ListViewItemPresenter.SelectionCheckMarkVisualEnabled Propiedad

Definición

Obtiene o establece un valor que indica si la marca de verificación se muestra cuando se selecciona el elemento.

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"/>

Valor de propiedad

Boolean

bool

true para mostrar la marca de verificación de selección; de lo contrario, false. El valor predeterminado es true.

Se aplica a