Click or drag to resize

ChromiumHostControlGetMainFrame Method

Version 109.1.110
Returns the main (top-level) frame for the browser window.

Namespace:  CefSharp.WinForms.Host
Assembly:  CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax
public IFrame GetMainFrame()

Return Value

Type: IFrame
the main frame
See Also