RichEditBox.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.
Obtient ou définit une valeur qui indique si l’entrée de texte doit interagir avec un moteur orthographique case activée.
public:
property bool IsSpellCheckEnabled { bool get(); void set(bool value); };
bool IsSpellCheckEnabled();
void IsSpellCheckEnabled(bool value);
public bool IsSpellCheckEnabled { get; set; }
var boolean = richEditBox.isSpellCheckEnabled;
richEditBox.isSpellCheckEnabled = boolean;
Public Property IsSpellCheckEnabled As Boolean
<RichEditBox IsSpellCheckEnabled="bool" />
Valeur de propriété
Boolean
bool
True si l’entrée de texte doit interagir avec un moteur orthographique case activée ; sinon, false. La valeur par défaut est true.