TabPage.Visible 属性

定义

此成员对于此控件无意义。

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

属性值

Boolean

默认值为 true

属性

注解

此成员对于此控件无意义。

若要隐藏控件 TabControl中的选项卡,必须将其从控件的 TabPages 集合中删除。

适用于