| Package | Description |
|---|---|
| mmarquee.automation.eventhandlers | |
| mmarquee.automation.eventhandlers.raw | |
| mmarquee.automation.uiautomation |
UIAutomationClient
|
| Constructor and Description |
|---|
TextChange(IUIAutomationElement sender,
TextEditChangeType textEditChangeType,
String[] eventStrings)
Constructor for TextChange handler
|
| Modifier and Type | Method and Description |
|---|---|
void |
IUIAutomationTextEditTextChangedEventHandler.handleTextEditTextChangedEvent(IUIAutomationElement sender,
TextEditChangeType textEditChangeType,
String[] eventStrings) |
| Modifier and Type | Method and Description |
|---|---|
static TextEditChangeType |
TextEditChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextEditChangeType[] |
TextEditChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IUIAutomation3.addTextEditTextChangedEventHandler(IUIAutomationElement element,
TreeScope scope,
TextEditChangeType textEditChangeType,
IUIAutomationCacheRequest cacheRequest,
IUIAutomationTextEditTextChangedEventHandler handler) |
Copyright © 2016. All rights reserved.