ToolStripDropDown.Visible プロパティ

定義

ToolStripDropDown を表示するかしないかを示す値を取得または設定します。

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

プロパティ値

ToolStripDropDown が可視の場合は true。それ以外の場合は false。 既定値は、false です。

属性

適用対象