TabPage.Visible Property

Definition

This member is not meaningful for this control.

public:
 property bool Visible { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool Visible { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Visible : bool with get, set
Public Property Visible As Boolean

Property Value

The default is true.

Attributes

Remarks

This member is not meaningful for this control.

To hide a tab in a TabControl, you must remove it from the control's TabPages collection.

Applies to