SelectionList.IsMultiSelect Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne true
si SelectionList autorise plusieurs sélections. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.
public:
property bool IsMultiSelect { bool get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public bool IsMultiSelect { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.IsMultiSelect : bool
Public ReadOnly Property IsMultiSelect As Boolean
Valeur de propriété
true
si SelectionList prend en charge les sélections multiples ; sinon, false
.
- Attributs
Remarques
Pour créer une sélection SelectionListmultiple , définissez sa SelectType propriété sur ListSelectType.MultiSelectListBox.