SystemParameters.IsImmEnabled 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 a value that indicates whether the system is ready to use a Unicode-based Input Method Editor (IME) on a Unicode application.
public:
static property bool IsImmEnabled { bool get(); };
public static bool IsImmEnabled { [System.Security.SecurityCritical] get; }
public static bool IsImmEnabled { get; }
[<get: System.Security.SecurityCritical>]
static member IsImmEnabled : bool
static member IsImmEnabled : bool
Public Shared ReadOnly Property IsImmEnabled As Boolean
Property Value
true
if the Input Method Manager/Input Method Editor features are enabled; otherwise, false
.
- Attributes
Remarks
Maps to SM_IMMENABLED. See GetSystemMetrics.
XAML attribute usage
<object property="{ SystemParameters.IsImmEnabled}
"/>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.