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 contrôle ToolStripTextBox.
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
s'il est possible d'annuler l'opération précédente effectuée sur le contrôle zone de texte ; sinon, false
.
- Attributs
Remarques
Si cette méthode retourne true
, vous pouvez appeler la méthode pour annuler la Undo dernière opération dans un ToolStripTextBox.