ListViewItemPresenter.SelectionIndicatorVisualEnabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Auswahlindikator eines Listenansichtselements angezeigt wird, oder legt diesen fest.

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

void SelectionIndicatorVisualEnabled(bool value);
public bool SelectionIndicatorVisualEnabled { get; set; }
var boolean = listViewItemPresenter.selectionIndicatorVisualEnabled;
listViewItemPresenter.selectionIndicatorVisualEnabled = boolean;
Public Property SelectionIndicatorVisualEnabled As Boolean

Eigenschaftswert

Boolean

bool

true , wenn der Auswahlindikator eines Listenansichtselements angezeigt wird; falseandernfalls .

Windows-Anforderungen

Gerätefamilie
Windows 11 (eingeführt in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v14.0)

Gilt für: