0 out of 1 rated this helpful - Rate this topic

Visible Property

Sets or gets a value that indicates whether the object is visible or hidden.

Syntax

object.Visible(bVisible) [ = bVisible ]

Possible Values

bVisible Boolean that specifies or receives the visible state of the object.
falseDefault. Object is hidden.
trueObject is visible.

The property is read/write. The property has no default value.

Remarks

When the Windows Internet Explorer application is first created, it is hidden. It becomes visible after the Navigate method or the GoSearch method is used.

This method only applies when you are automating Internet Explorer. You co-create an instance of Internet Explorer, and then set this method to TRUE to show the instance.

The WebBrowser object saves the value of this property, but otherwise ignores it.

Applies To

InternetExplorer, WebBrowser
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ