| Package | Description |
|---|---|
| mmarquee.automation | |
| mmarquee.automation.eventhandlers | |
| mmarquee.automation.eventhandlers.raw | |
| mmarquee.automation.pattern | |
| mmarquee.automation.pattern.raw | |
| mmarquee.automation.uiautomation |
UIAutomationClient
|
| Modifier and Type | Method and Description |
|---|---|
void |
UIAutomation.addAutomationEventHandler(IUIAutomationElement sender,
int eventId,
TreeScope treeScope,
EventHandler eventHandler)
Adds an event handler for the given event.
|
| Constructor and Description |
|---|
AutomationElement(IUIAutomationElement element)
Constructor of AutomationElement
|
| Constructor and Description |
|---|
EventHandler(IUIAutomationElement sender,
int eventId)
Constructor for the event handler
|
FocusChange(IUIAutomationElement sender)
Constructor for TextChange handler
|
PropertyChange(IUIAutomationElement sender,
int propertyId,
Object newValue)
Constructor for TextChange handler
|
TextChange(IUIAutomationElement sender,
TextEditChangeType textEditChangeType,
String[] eventStrings)
Constructor for TextChange handler
|
| Modifier and Type | Method and Description |
|---|---|
void |
IUIAutomationEventHandler.handleAutomationEvent(IUIAutomationElement sender,
int eventId) |
void |
IUIAutomationFocusChangedEventHandler.handleFocusChangedEvent(IUIAutomationElement sender) |
void |
IUIAutomationPropertyChangedEventHandler.handlePropertyChangedEvent(IUIAutomationElement sender,
int propertyId,
Object newValue) |
void |
IUIAutomationStructureChangedEventHandler.handleStructureChangedEvent(IUIAutomationElement sender,
StructureChangeType changeType,
int[] runtimeId) |
void |
IUIAutomationTextEditTextChangedEventHandler.handleTextEditTextChangedEvent(IUIAutomationElement sender,
TextEditChangeType textEditChangeType,
String[] eventStrings) |
| Modifier and Type | Method and Description |
|---|---|
IUIAutomationElement |
ItemContainer.findItemByProperty(IUIAutomationElement pStartAfter,
int propertyId,
Object value)
Finds an item by property
|
| Modifier and Type | Method and Description |
|---|---|
IUIAutomationElement |
ItemContainer.findItemByProperty(IUIAutomationElement pStartAfter,
int propertyId,
Object value)
Finds an item by property
|
| Modifier and Type | Method and Description |
|---|---|
IUIAutomationElement |
IUIAutomationGridItemPattern.cachedContainingGrid()
Getter method for the COM property "CachedContainingGrid"
|
IUIAutomationElement |
IUIAutomationSelectionItemPattern.cachedSelectionContainer()
Getter method for the COM property "CachedSelectionContainer"
|
IUIAutomationElement |
IUIAutomationAnnotationPattern.cachedTarget()
Getter method for the COM property "CachedTarget"
|
IUIAutomationElement |
IUIAutomationGridItemPattern.currentContainingGrid()
Getter method for the COM property "CurrentContainingGrid"
|
IUIAutomationElement |
IUIAutomationSelectionItemPattern.currentSelectionContainer()
Getter method for the COM property "CurrentSelectionContainer"
|
IUIAutomationElement |
IUIAutomationAnnotationPattern.currentTarget()
Getter method for the COM property "CurrentTarget"
|
IUIAutomationElement |
IUIAutomationItemContainerPattern.findItemByProperty(IUIAutomationElement pStartAfter,
int propertyId,
Object value) |
IUIAutomationElement |
IUIAutomationGridPattern.getItem(int row,
int column) |
IUIAutomationElement |
IUIAutomationSpreadsheetPattern.getItemByName(String name) |
IUIAutomationElement |
IUIAutomationCustomNavigationPattern.navigate(NavigateDirection direction) |
IUIAutomationElement |
IUIAutomationTextChildPattern.textContainer()
Getter method for the COM property "TextContainer"
|
| Modifier and Type | Method and Description |
|---|---|
IUIAutomationElement |
IUIAutomationItemContainerPattern.findItemByProperty(IUIAutomationElement pStartAfter,
int propertyId,
Object value) |
IUIAutomationTextRange |
IUIAutomationTextPattern2.rangeFromAnnotation(IUIAutomationElement annotation) |
IUIAutomationTextRange |
IUIAutomationTextPattern.rangeFromChild(IUIAutomationElement child) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IUIAutomationElement2 |
interface |
IUIAutomationElement3 |
interface |
IUIAutomationElement4 |
Copyright © 2016. All rights reserved.