TextBoxBase.CanEnableIme Proprietà

Definizione

Ottiene un valore che indica se la proprietà ImeMode può essere impostata su un valore attivo, per abilitare il supporto IME.

protected:
 virtual property bool CanEnableIme { bool get(); };
protected override bool CanEnableIme { get; }
member this.CanEnableIme : bool
Protected Overrides ReadOnly Property CanEnableIme As Boolean

Valore della proprietà

false se la proprietà ReadOnly è true o se questa classe TextBoxBase è impostata per utilizzare un carattere della password nascosto, in caso contrario true.

Si applica a