TextBox.IsSpellCheckEnabled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
property bool IsSpellCheckEnabled { bool get(); void set(bool value); };
bool IsSpellCheckEnabled();
void IsSpellCheckEnabled(bool value);
public bool IsSpellCheckEnabled { get; set; }
var boolean = textBox.isSpellCheckEnabled;
textBox.isSpellCheckEnabled = boolean;
Public Property IsSpellCheckEnabled As Boolean
<TextBox IsSpellCheckEnabled="bool" />
Valeur de propriété
bool
true si l’entrée TextBox interagit avec un moteur orthographique case activée ; sinon, false. La valeur par défaut est true.
Remarques
Lorsque vous utilisez le panneau d’entrée réversible (SIP), cette propriété active les fonctionnalités suivantes :
- limite automatique (mobile uniquement)
- case activée orthographique
- correction automatique
- orthographe des candidats à la demande lorsque l’utilisateur appuie sur un mot mal orthographié
Windows 8 Pour l’application Windows 8 universelle, la valeur par défaut est false.