ImeMode Property (LayerList)
In This Topic
Gets or sets the Input Method Editor (IME) mode of the control.
Syntax
'Declaration
Public Property ImeMode As ImeMode
public ImeMode ImeMode {get; set;}
Property Value
One of the
System.Windows.Forms.ImeMode values. The default is
System.Windows.Forms.ImeMode.Inherit.
Exceptions
See Also