ListBox.AllowSelection Propiedad

Definición

Obtienen un valor que indica si ListBox habilita actualmente la selección de elementos de lista.

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

Valor de propiedad

Es true si SelectionMode no es None; en caso contrario, es false.

Se aplica a