[]
public interface representing containers that manage selection.
public interface IUiaSelectionProvider
Client code uses this public interface; server implementers implent the ISelectionProvider public interface instead.
| Name | Description |
|---|---|
| CanSelectMultiple | Indicates whether the control allows more than one element to be selected |
| IsSelectionRequired | Indicates whether the control requires at least one element to be selected |
| Name | Description |
|---|---|
| GetSelection() | Get the currently selected elements |