Click or drag to resize

IBrowserGetFrame Method (Int64)

Version 102.0.100
Returns the frame with the specified identifier, or NULL if not found.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
IFrame GetFrame(
	long identifier
)

Parameters

identifier
Type: SystemInt64
identifier

Return Value

Type: IFrame
frame or null
See Also