IJavascriptObjectRepositoryIsBound Method |
Version 63.0.0
Is object bound
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax bool IsBound(
string name
)
bool IsBound(
String^ name
)
Parameters
- name
- Type: SystemString
name
Return Value
Type:
Booleantrue if object with matching name bound
See Also