ToolStripTextBox::Undo Method ()

 

Undoes the last edit operation in the text box.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void Undo()

This method will undo the last clipboard or text change operation performed in the text box control if the CanUndo property returns true.

.NET Framework
Available since 2.0
Return to top
Show: