ToolStripItem.CanSelect プロパティ

定義

項目を選択できるかどうかを示す値を取得します。

public:
 virtual property bool CanSelect { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool CanSelect { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CanSelect : bool
Public Overridable ReadOnly Property CanSelect As Boolean

プロパティ値

trueToolStripItem 選択できる場合は 。それ以外の場合 falseは 。

属性

適用対象