ListControl.AllowSelection Propriété
Définition
Obtient une valeur indiquant si la liste autorise la sélection d'éléments de liste.Gets a value indicating whether the list enables selection of list items.
protected:
virtual property bool AllowSelection { bool get(); };
protected virtual bool AllowSelection { get; }
member this.AllowSelection : bool
Protected Overridable ReadOnly Property AllowSelection As Boolean
Valeur de propriété
true
si la liste autorise la sélection d'éléments de liste ; sinon, false
.true
if the list enables list item selection; otherwise, false
. La valeur par défaut est true
.The default is true
.