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