ChromiumHostControlGetMainFrame Method |
Version 106.0.290
Returns the main (top-level) frame for the browser window.
Namespace:
CefSharp.WinForms.Host
Assembly:
CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax public IFrame GetMainFrame()
public:
IFrame^ GetMainFrame()
Return Value
Type:
IFrame the main frame
See Also