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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool SetSize(
	int size
)

Parameters

size  Int32
 

Return Value

Boolean
See Also