Modifier and Type | Interface and Description |
---|---|
static class |
ISelectionItemProvider.SelectionItemProviderContext
context object for ISelectionItemProvider.
|
Modifier and Type | Method and Description |
---|---|
void |
AddToSelection()
Adds the current element to the collection of selected items.
|
boolean |
get_IsSelected()
Indicates whether an item is selected.
|
IUIAElement |
get_SelectionContainer()
Specifies the provider that implements ISelectionProvider and acts as the container for the calling object.
|
void |
RemoveFromSelection()
Removes the current element from the collection of selected items.
|
void |
Select()
Deselects any selected items and then selects the current element.
|
initialize
void AddToSelection()
void RemoveFromSelection()
void Select()
boolean get_IsSelected()
IUIAElement get_SelectionContainer()