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();
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.
FormDesigner Class | Viklele.Win.Designer Namespace