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 です。

属性

注釈

このコントロールでは、このメンバーは無効です。

タブを非表示にするには、コントロールTabPagesのコレクションからタブTabControlを削除する必要があります。

適用対象