A runtime form designer control

FormDesigner.Undo Method 

Envoke Undo action that reverts the form designing operations performed by the user.

[Visual Basic]
Public Sub Undo()
[C#]
public void Undo();
[C++]
public: void Undo();
[JScript]
public function Undo();

Remarks

This command will be ignored if the FormDesigner is in Run Mode.

Form designer keeps track of all the form designing actions performed by the user. User can one-by-one undo all the form designing actions performed the current session.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace