Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TextCompositionAutoComplete Enumeration

 

Defines a set of states for the handling of automatic completion of a text composition.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

Public Enumeration TextCompositionAutoComplete

Member nameDescription
Off

Auto-complete is off.

On

Auto-complete is on. A TextInput event will be raised automatically by the TextCompositionManager after a TextInputStart event is handled.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft