Returns or sets a value indicating whether the object is visible or hidden.
Syntax
object.Visible [= value]
Parameters
- 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 Microsoft® Internet Explorer. If TRUE, the window is visible; if FALSE, it is hidden. The default value is FALSE.
Remarks
Although the Internet Explorer application is hidden when it is first created, it becomes visible after using the Navigate or GoSearch method.
Applies To
InternetExplorer, WebBrowser