Interface ISelectionItemPattern
The methods and properties used to interact with selectable items in a container.
public interface ISelectionItemPattern
Properties
IsSelected
Indicates whether the item is selected.
bool IsSelected { get; }
Property Value
Methods
AddToSelection()
Adds the current element to the collection of selected items.
void AddToSelection()
RemoveFromSelection()
Removes the current element from the collection of selected items.
void RemoveFromSelection()
Select()
Deselects any selected items and then selects the current element.
void Select()