Share via


IWebBrowser2.Visible Property

Definition

Gets or sets a value that indicates whether the object is visible or hidden.

public:
 property bool Visible { bool get(); void set(bool value); };
public bool Visible { get; set; }
member this.Visible : bool with get, set
Public Property Visible As Boolean

Property Value

True if the object is visible, otherwise false.

Applies to