Click or drag to resize

CefListValueSetList Method

Sets the value at the specified index as type list. Returns true if the value was set successfully. If |value| is currently owned by another object then the value will be copied and the |value| reference will not change. Otherwise, ownership will be transferred to this object and the |value| reference will be invalidated.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool SetList(
	int index,
	CefListValue value
)

Parameters

index
Type: SystemInt32
value
Type: Internal.Xilium.CefGlueCefListValue

Return Value

Type: Boolean
See Also