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