Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 702 Bytes

automationtexteditchangetype.md

File metadata and controls

35 lines (22 loc) · 702 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Automation.AutomationTextEditChangeType
winrt enum

AutomationTextEditChangeType

-description

Defines the type of text edit change.

-enum-fields

-field None:0

Not related to a specific change type.

-field AutoCorrect:1

Change is from an auto-correct action performed by a control.

-field Composition:2

Change is from an IME active composition within a control.

-field CompositionFinalized:3

Change is from an IME composition going from active to finalized state within a control.

-remarks

-examples

-see-also