Back to API Reference
Enum
NativeCompositionDisposition
Specifies how a native producer resolves its active composition before quiescence completes.
public static readonly NativeCompositionDisposition Preserve = 0Preserves the platform composition for the next producer epoch.
public static readonly NativeCompositionDisposition Commit = 1Reports the composed text as committed input before ending the composition.
public static readonly NativeCompositionDisposition Cancel = 2Ends the composition without reporting its text as committed input.
