Returns the automation object supported by the application that contains the WebBrowser control if the object is accessible; otherwise, this property returns the WebBrowser control's automation object.
object.Application
Part Description object Required. An object expression that evaluates to an object in the Applies To list.
Returns a Boolean value specifying whether the WebBrowser control or Internet Explorer is engaged in a navigation or downloading operation.
object.Busy
Part Description object Required. An object expression that evaluates to an object in the Applies To list.
The Busy property returns these values:
Value Description True A download or other operation is in progress. False No download or other operation is in progress.
Returns an object that evaluates to the container of the WebBrowser control, if any.
object.Container
Part Description object Required. An object expression that evaluates to an object in the Applies To list.
Returns the automation object of the active document, if any.
object.Document
Part Description object Required. An object expression that evaluates to an object in the Applies To list.
Returns a string that evaluates to the fully qualified path of the executable file that contains the Internet Explorer application.
object.FullName
Part Description object Required. An object expression that evaluates to an object in the Applies To list.
Returns or sets a value indicating whether Internet Explorer is in full-screen or normal window mode. In full-screen mode, the Internet Explorer main window is maximized and the status bar, toolbar, menu bar, and title bar are hidden.
object.FullScreen [= value]
Part Description object Required. An object expression that evaluates to an object in the Applies To list. value Optional. A Boolean expression that determines whether Internet Explorer is in full-screen or normal window mode. If True, the object is in full-screen mode; if False, it is in normal mode.
Returns or sets the vertical dimension, in pixels, of the frame window that contains the WebBrowser control.
object.Height [= height]
Part Description object Required. An object expression that evaluates to an object in the Applies To list. height Optional. A long integer value specifying the vertical dimension of the frame window, in pixels.
Returns the handle of the Internet Explorer main window.
object.HWND
Part Description object Required. An object expression that evaluates to an object in the Applies To list.
Returns or sets the distance between the internal left edge of the WebBrowser control and the left edge of its container.
object.Left [= distance]
Part Description object Required. An object expression that evaluates to an object in the Applies To list. distance Optional. A long integer expression specifying the distance between the internal left edge of the WebBrowser control and the left edge of its container.
The Left property is measured in units depending on the coordinate system of its container. The values for this property change as the object is moved by the user or by code.
Returns a string that contains the name of the resource that the WebBrowser control is currently displaying. If the resource is an HTML page on the World Wide Web, the name is the title of that page. If the resource is a folder or file on the network or local computer, the name is the UNC or full path of the folder or file.
object.LocationName
Part Description object Required. An object expression that evaluates to an object in the Applies To list.
Returns a string that contains the URL of the resource that the WebBrowser control or Internet Explorer is currently displaying. If the resource is a folder or file on the network or local computer, the name is the UNC or full path of the folder or file.
object.LocationURL
Part Description object Required. An object expression that evaluates to an object in the Applies To list.
Returns or sets a value that determines whether the Internet Explorer menu bar is visible or hidden.
object.MenuBar [= value]
Part Description object Required. An object expression that evaluates to an object in the Applies To list. value Optional. A Boolean expression that determines whether the menu bar is visible. If True, the menu bar is visible; if False, it is hidden.
Returns a string that evaluates to the name of the Internet Explorer application; that is, "Microsoft Internet Explorer."
object.Name
Part Description object Required. An object expression that evaluates to an object in the Applies To list.
Returns the form on which the WebBrowser control is located, or the automation object supported by Internet Explorer.
object.Parent
Part Description object Required. An object expression that evaluates to an object in the Applies To list.
Returns a string that evaluates to the full path of the Internet Explorer application.
object.Path
Part Description object Required. An object expression that evaluates to an object in the Applies To list.
Returns or sets a value that determines whether the status bar is visible.
object.StatusBar [= value]
Part Description object Required. An object expression that evaluates to a WebBrowserApp object. value Optional. A Boolean expression that determines whether the status bar is visible. If True, the status bar is visible; if False, it is hidden.
Returns or sets the text for the status bar.
object.StatusText [= value]
Part Description object Required. An object expression that evaluates to a WebBrowserApp object. value Optional. A string that evaluates to the text for the status bar.
Returns or sets a value that determines whether the toolbar is visible.
object.ToolBar [= value]
Part Description object Required. An object expression that evaluates to a WebBrowserApp object. value Optional. A Boolean expression that determines whether the toolbar is visible. If True, the toolbar is visible; if False, it is hidden.
Returns or sets the distance between the internal top edge of the WebBrowser control and the top edge of its container.
object.Top [= value]
Part Description object Required. An object expression that evaluates to an object in the Applies To list. value Optional. A long integer expression specifying distance.
The Top property is measured in units depending on the coordinate system of its container. The values for this property change as the object is moved by the user or by code.
Returns a Boolean value indicating whether the given object is a top-level container.
object.TopLevelContainer
Part Description object Required. An object expression that evaluates to an object in the Applies To list.
Returns a string expression that specifies the type name of the contained document object.
object.Type
Part Description object Required. An object expression that evaluates to an object in the Applies To list.
Returns or sets a value indicating whether Internet Explorer is visible or hidden.
object.Visible [= value]
Part Description object Required. An object expression that evaluates to an object in the Applies To list. value Optional. A Boolean expression specifying the visible state of Internet Explorer. If True, the window is visible; if False, it is hidden.
Returns or sets the horizontal dimension, in pixels, of the frame window that contains the WebBrowser control.
object.Width [= width]
Part Description object Required. An object expression that evaluates to an object in the Applies To list. width Optional. A long integer value specifying the horizontal dimension of the frame window, in pixels.