ElementHost::CanEnableIme Property

 

Gets a value that indicates whether the ImeMode property can be set to an active value to enable IME support.

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

protected:
property bool CanEnableIme {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if ElementHost has a Child element; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: