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