TextBoxBase.SpellCheck 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 un objet SpellCheck qui fournit l’accès aux fautes d’orthographe dans le contenu texte de TextBoxBase ou de RichTextBox.
public:
property System::Windows::Controls::SpellCheck ^ SpellCheck { System::Windows::Controls::SpellCheck ^ get(); };
public System.Windows.Controls.SpellCheck SpellCheck { get; }
member this.SpellCheck : System.Windows.Controls.SpellCheck
Public ReadOnly Property SpellCheck As SpellCheck
Valeur de propriété
Objet SpellCheck qui fournit l’accès aux fautes d’orthographe dans le contenu texte de TextBoxBase ou de RichTextBox.
Cette propriété n’a aucune valeur par défaut.