Click or drag to resize

CefValueSetDictionary Method

Sets the underlying value as type dict. Returns true if the value was set successfully. This object keeps a reference to |value| and ownership of the underlying data remains unchanged.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool SetDictionary(
	CefDictionaryValue value
)

Parameters

value  CefDictionaryValue
 

Return Value

Boolean
See Also