SHDocVw.IWebBrowser2 Properties
InheritedProtected
| AddressBar | public | Specifies whether the address bar is visible. |
| Application | public | Provides access to the Automation interface for the application that contains the WebBrowser control, or, if that is unavailable, for the interface for the WebBrowser control. |
| Busy | public | Indicates whether the WebBrowser control is in the middle of a navigation or downloading operation. |
| Container | public | Provides access to the automation interface of the Web browser's container. |
| Document | public | Provides access to the Automation interface of the active document. |
| FullName | public | |
| FullScreen | public | |
| Height | public | Specifies the object height in pixels. |
| HWnd | public | |
| Left | public | Specifies the X axis coordinate of the left edge of the window. |
| LocationName | public | Identifies the short (UI-friendly) name of the URL or file currently displayed. |
| LocationURL | public | Identifies the URL or path of the document or folder currently displayed. |
| MenuBar | public | |
| Name | public | |
| Offline | public | Indicates whether the document is loaded from the local cache or not. |
| Parent | public | Provides access to the Automation interface of the Web browser's container. |
| Path | public | |
| ReadyState | public | Indicates the current state. |
| RegisterAsBrowser | public | Registers the control as a top-level browser for target name resolution. |
| RegisterAsDropTarget | public | Specifies whether users can load a document using the drag-and-drop operation. |
| Resizable | public | Speficies whether the object can be resized. |
| Silent | public | Specifies whether the dialog boxes can be displayed. |
| StatusBar | public | |
| StatusText | public | |
| TheaterMode | public | Specifies if the object is in theater mode. |
| ToolBar | public | |
| Top | public | Specifies the Y axis coordinate of the upper edge of the window. |
| TopLevelContainer | public | Indicates whether the Web browser is a top-level Automation object. |
| type_ | public | Indicates the type name of the contained document object. |
| Visible | public | |
| Width | public | Specifies the object width in pixels. |