ActionsPane.ImeMode Property

Definition

Gets or sets the Input Method Editor (IME) mode of the actions pane.

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

Property Value

A value that specifies the Input Method Editor (IME) mode of the actions pane. The default is Inherit.

Attributes

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.ImeMode property. For more information about using this property, see System.Windows.Forms.Control.ImeMode.

Applies to