Share via


ListViewItemPresenter.SelectionCheckMarkVisualEnabled Propriété

Définition

Obtient ou définit une valeur qui indique si la marque case activée s’affiche lorsque l’élément est sélectionné.

public:
 property bool SelectionCheckMarkVisualEnabled { bool get(); void set(bool value); };
bool SelectionCheckMarkVisualEnabled();

void SelectionCheckMarkVisualEnabled(bool value);
public bool SelectionCheckMarkVisualEnabled { get; set; }
var boolean = listViewItemPresenter.selectionCheckMarkVisualEnabled;
listViewItemPresenter.selectionCheckMarkVisualEnabled = boolean;
Public Property SelectionCheckMarkVisualEnabled As Boolean
<listViewItemPresenter SelectionCheckMarkVisualEnabled="bool"/>

Valeur de propriété

Boolean

bool

true pour afficher la sélection case activée marque ; sinon, false. La valeur par défaut est true.

S’applique à