Click or drag to resize

CefListValueSetSize Method

Sets the number of values. If the number of values is expanded all new value slots will default to type null. Returns true on success.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool SetSize(
	int size
)

Parameters

size
Type: SystemInt32

Return Value

Type: Boolean
See Also