IJavascriptObjectRepositoryIsBound Method |
Version 104.4.240
Is object bound
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.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