CefV8ValueSetUserData Method |
Sets the user data for this object and returns true on success. Returns
false if this method is called incorrectly. This method can only be called
on user created objects.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool SetUserData(
CefUserData userData
)
Parameters
- userData CefUserData
-
Return Value
Boolean
See Also