Share via


AutomationTextEditChangeType Enum

Definition

Defines the type of text edit change.

public enum class AutomationTextEditChangeType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AutomationTextEditChangeType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AutomationTextEditChangeType
Public Enum AutomationTextEditChangeType
Inheritance
AutomationTextEditChangeType
Attributes

Windows requirements

Requirements Description
Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Name Value Description
None 0

Not related to a specific change type.

AutoCorrect 1

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

Composition 2

Change is from an IME active composition within a control.

CompositionFinalized 3

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

Applies to