ToolStripTextBox.CanUndo Propriété

Définition

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é

Boolean

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.

S’applique à

Voir aussi