SplitterPanel.Visible プロパティ

定義

SplitterPanel が表示されるかどうかを示す値を取得または設定します。 このクラスでは、このプロパティは使用されません。

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

プロパティ値

SplitterPanel を表示する場合は true。それ以外の場合は false

属性

適用対象