Interface ISelectionItemPattern
The methods and properties used to interact with selectable items in a container.
Namespace: HP.LFT.SDK.UIAPro
Assembly: HP.LFT.SDK.dll
Syntax
public interface ISelectionItemPattern
Properties
IsSelected
Indicates whether the item is selected.
Declaration
bool IsSelected { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
AddToSelection()
Adds the current element to the collection of selected items.
Declaration
void AddToSelection()
RemoveFromSelection()
Removes the current element from the collection of selected items.
Declaration
void RemoveFromSelection()
Select()
Deselects any selected items and then selects the current element.
Declaration
void Select()