IWinFormsChromiumWebBrowser Properties | 
The IWinFormsChromiumWebBrowser type exposes the following members.
| Name | Description | |
|---|---|---|
| Address | 
            The address (URL) which the browser control is currently displaying.
            Will automatically be updated as the user navigates to another page (e.g. by clicking on a link).
              (Inherited from IChromiumWebBrowserBase.) | |
| BrowserCore | 
            Returns the current IBrowser Instance or null.
            IBrowser is the the underlying CefBrowser
            instance and provides access to frames/browserhost etc.
              (Inherited from IChromiumWebBrowserBase.) | |
| CanGoBack | 
            A flag that indicates whether the state of the control current supports the GoBack action (true) or not (false).
              (Inherited from IChromiumWebBrowserBase.) | |
| CanGoForward | 
            A flag that indicates whether the state of the control currently supports the GoForward action (true) or not (false).
              (Inherited from IChromiumWebBrowserBase.) | |
| Handle | Gets the handle to the window represented by the implementer.  (Inherited from IWin32Window.) | |
| InvokeRequired | Gets a value indicating whether the caller must call Invoke(Delegate, Object) when calling an object that implements this interface.  (Inherited from ISynchronizeInvoke.) | |
| IsBrowserInitialized | 
            A flag that indicates whether the WebBrowser is initialized (true) or not (false).
              (Inherited from IChromiumWebBrowserBase.) | |
| IsDisposed | 
            A flag that indicates whether the WebBrowser has been disposed () or not ()
              (Inherited from IChromiumWebBrowserBase.) | |
| IsLoading | 
            A flag that indicates whether the control is currently loading one or more web pages (true) or not (false).
              (Inherited from IChromiumWebBrowserBase.) | |
| Site | Gets or sets the ISite associated with the IComponent.  (Inherited from IComponent.) |