ToolStripTextBox.CanUndo 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 une valeur indiquant si l’utilisateur peut annuler l’opération précédente dans un ToolStripTextBox contrôle.
public:
property bool CanUndo { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool CanUndo { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CanUndo : bool
Public ReadOnly Property CanUndo As Boolean
Valeur de propriété
true si l’utilisateur peut annuler l’opération précédente effectuée dans un contrôle de zone de texte ; sinon, false.
- Attributs
Remarques
Si cette méthode retourne true, vous pouvez appeler la Undo méthode pour annuler la dernière opération dans un ToolStripTextBox.