ListBox.AllowSelection プロパティ

定義

ListBox でリスト項目の選択が現在有効かどうかを示す値を取得します。

protected:
 virtual property bool AllowSelection { bool get(); };
protected override bool AllowSelection { get; }
member this.AllowSelection : bool
Protected Overrides ReadOnly Property AllowSelection As Boolean

プロパティ値

Boolean

SelectionModeNone ではない場合true。それ以外の場合は false

適用対象