ElementHost::ImeModeBase Property

 

Gets or sets the IME mode of a control.

Namespace:   System.Windows.Forms.Integration
Assembly:  WindowsFormsIntegration (in WindowsFormsIntegration.dll)

protected:
property ImeMode ImeModeBase {
	virtual ImeMode get() override;
	virtual void set(ImeMode value) override;
}

Property Value

Type: System.Windows.Forms::ImeMode

The IME mode of the control.

.NET Framework
Available since 3.0
Return to top
Show: