public interface ITextEditProvider extends ITextProvider
Call the UiaRaiseTextEditTextChangedEvent function to raise the UI Automation events that notify clients of changes. Use values of TextEditChangeType to describe the change. Follow the guidance given in TextEdit Control Pattern that describes when to raise the events and what payload the events should pass to UI Automation.
Modifier and Type | Interface and Description |
---|---|
static class |
ITextEditProvider.TextEditProviderContext |
ITextProvider.TextProviderContext
Modifier and Type | Method and Description |
---|---|
ITextRangeProvider |
GetActiveComposition()
Returns the active composition.
|
ITextRangeProvider |
GetConversionTarget()
Returns the current conversion target range.
|
get_DocumentRange, get_SupportedTextSelection, GetSelection, GetVisibleRanges, RangeFromChild, RangeFromPoint
ITextRangeProvider GetActiveComposition()
Follow the guidance given in TextEdit Control Pattern that describes how to implement this method and how to raise the related notification events.
ITextRangeProvider GetConversionTarget()
Follow the guidance given in TextEdit Control Pattern that describes how to implement this method and how to raise the related notification events.