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