Click to return to the Reusing Browser Technology home page    
Type Property     Width Property     WebBrowser Properties    
Web Workshop  |  Reusing Browser Technology

Visible Property


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


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.