Click or drag to resize

CefListValueSetValue Method

Sets the value at the specified index. Returns true if the value was set successfully. If |value| represents simple data then the underlying data will be copied and modifications to |value| will not modify this object. If |value| represents complex data (binary, dictionary or list) then the underlying data will be referenced and modifications to |value| will modify this object.

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

Parameters

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

Return Value

Type: Boolean
See Also