Contents Index Topic Contents | ||
Previous Topic: Type Property Next Topic: Width Property |
Visible Property
Description
Returns or sets a value indicating whether the object is visible or hidden.
Syntax
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. 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.