public interface IUIAutomationSelectionItemPattern
extends com4j.Com4jObject
| Modifier and Type | Method and Description |
|---|---|
void |
addToSelection() |
int |
cachedIsSelected()
Getter method for the COM property "CachedIsSelected"
|
IUIAutomationElement |
cachedSelectionContainer()
Getter method for the COM property "CachedSelectionContainer"
|
int |
currentIsSelected()
Getter method for the COM property "CurrentIsSelected"
|
IUIAutomationElement |
currentSelectionContainer()
Getter method for the COM property "CurrentSelectionContainer"
|
void |
removeFromSelection() |
void |
select() |
void select()
void addToSelection()
void removeFromSelection()
int currentIsSelected()
Getter method for the COM property "CurrentIsSelected"
IUIAutomationElement currentSelectionContainer()
Getter method for the COM property "CurrentSelectionContainer"
int cachedIsSelected()
Getter method for the COM property "CachedIsSelected"
IUIAutomationElement cachedSelectionContainer()
Getter method for the COM property "CachedSelectionContainer"
Copyright © 2016. All rights reserved.