TextComposition::AutoComplete Property

 

Gets the auto-complete setting for this text composition.

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

public:
property TextCompositionAutoComplete AutoComplete {
	TextCompositionAutoComplete get();
}

Property Value

Type: System.Windows.Input::TextCompositionAutoComplete

A member of the TextCompositionAutoComplete enumerations specifying the current auto-complete behavior for this text composition.

.NET Framework
Available since 3.0
Return to top
Show: