ActionsPane.ImeMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.