CefBrowser GetFrame Method (Int64)Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public CefFrame GetFrame(
	long identifier
)

Parameters

identifier
Type: OnlineSystem Int64

[Missing <param name="identifier"/> documentation for "M:Xilium.CefGlue.CefBrowser.GetFrame(System.Int64)"]

Return Value

Type: CefFrame

[Missing <returns> documentation for "M:Xilium.CefGlue.CefBrowser.GetFrame(System.Int64)"]

See Also