Provides helper methods to enable and disable input context features for specific controls.
| C# | Visual Basic |
public static class InputContextEditor
Public NotInheritable Class InputContextEditor
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| SetAutoCorrect(Control, Boolean) |
Enable or disable AutoCorrect for the specified control.
| |
| SetAutoSuggest(Control, Boolean) |
Enable or disable dictionary suggestions for the specified control.
| |
| SetDefault(Control) |
Applies the default input context to the specified control.
| |
| SetHaveTrailer(Control, Boolean) |
Turns on/off trailer characters on the specified control.
| |
| SetInputClass(Control, String) |
Applies the specified input context to the control
|
| Platforms Supported | |
|---|---|
| Windows Mobile | Windows Mobile 2003 and later |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
| Object | |
| InputContextEditor | |