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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.