Click or drag to resize

ChromiumWebBrowser Constructor

Version 94.4.20
Overload List
  NameDescription
Public methodChromiumWebBrowser Obsolete.
This constructor exists as the WinForms designer requires a parameterless constructor, if you are instantiating an instance of this class in code then use the ChromiumWebBrowser(String, IRequestContext) constructor overload instead. Using this constructor in code is unsupported and you may experience NullReferenceException's when attempting to access some of the properties immediately after instantiation.
Public methodChromiumWebBrowser(String, IRequestContext)
Initializes a new instance of the ChromiumWebBrowser class. **Important** - When using this constructor the Dock property will default to Fill.
Public methodChromiumWebBrowser(HtmlString, IRequestContext)
Initializes a new instance of the ChromiumWebBrowser class. **Important** - When using this constructor the Dock property will default to Fill.
Top
See Also