IUIAutomationTextEditPattern interface (uiautomationclient.h)

Provides access to a control that modifies text, for example a control that performs auto-correction or enables input composition through an Input Method Editor (IME).

Inheritance

The IUIAutomationTextEditPattern interface inherits from IUIAutomationTextPattern. IUIAutomationTextEditPattern also has these types of members:

Methods

The IUIAutomationTextEditPattern interface has these methods.

 
IUIAutomationTextEditPattern::GetActiveComposition

Returns the active composition. (IUIAutomationTextEditPattern.GetActiveComposition)
IUIAutomationTextEditPattern::GetConversionTarget

Returns the current conversion target range. (IUIAutomationTextEditPattern.GetConversionTarget)

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Target Platform Windows
Header uiautomationclient.h (include UIAutomation.h)

See also

Control Pattern Interfaces for Clients

IUIAutomationTextPattern