Back to API Reference
Enum

NativeCompositionDisposition

Specifies how a native producer resolves its active composition before quiescence completes.

public static readonly NativeCompositionDisposition Preserve = 0

Preserves the platform composition for the next producer epoch.

public static readonly NativeCompositionDisposition Commit = 1

Reports the composed text as committed input before ending the composition.

public static readonly NativeCompositionDisposition Cancel = 2

Ends the composition without reporting its text as committed input.