| Visual Basic (Declaration) | |
|---|---|
Public Property ImeMode As ImeMode | |
| C# | |
|---|---|
public ImeMode ImeMode {get; set;} | |
Property Value
One of the System.Windows.Forms.ImeMode values. The default is System.Windows.Forms.ImeMode.Inherit.| Exception | Description |
|---|---|
| System.ComponentModel.InvalidEnumArgumentException | The assigned value is not one of the System.Windows.Forms.ImeMode enumeration values. |