Label.ImeMode Property

Definition

Gets or sets the Input Method Editor (IME) mode supported by this control.

public:
 property System::Windows::Forms::ImeMode ImeMode { System::Windows::Forms::ImeMode get(); void set(System::Windows::Forms::ImeMode value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ImeMode ImeMode { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.ImeMode : System.Windows.Forms.ImeMode with get, set
Public Property ImeMode As ImeMode

Property Value

One of the ImeMode values.

Attributes

Exceptions

The value assigned to this property is not within the range of valid values specified in the enumeration.

Remarks

This property is not relevant for this class.

Applies to

See also