[]
Define a Selectable Item (only supported on logical elements that are a
child of an Element that supports SelectionPattern and is itself selectable).
This allows for manipulation of Selection from the element itself.
public interface IUiaSelectionItemProvider
| Name | Description |
|---|---|
| IsSelected | Check whether an element is selected |
| SelectionContainer | The logical element that supports the SelectionPattern for this Item |
| Name | Description |
|---|---|
| AddToSelection() | Adds current element to selection |
| RemoveFromSelection() | Removes current element from selection |
| Select() | Sets the current element as the selection This clears the selection from other elements in the container |