IBrowserGetFrame Method (Int64) | 
Version 87.1.132 
            Returns the frame with the specified identifier, or NULL if not found.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
SyntaxIFrame GetFrame(
	long identifier
)
IFrame^ GetFrame(
	long long identifier
)
Parameters
- identifier
 - Type: SystemInt64
identifier 
Return Value
Type: 
IFrameframe or null
See Also