SystemParameters.IsImmEnabled Proprietà

Definizione

Ottiene un valore che indica se il sistema è pronto per l'uso di un IME (Input Method Editor) basato su Unicode in un'applicazione Unicode.

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

Valore della proprietà

true se le funzionalità di Input Method Manager/Input Method Editor sono abilitate; in caso contrario, false.

Attributi

Commenti

Esegue il mapping a SM_IMMENABLED. Vedere GetSystemMetrics.

Sintassi degli attributi XAML

<object property="{ SystemParameters.IsImmEnabled}"/>

Si applica a