A runtime form designer control

FormDesigner.Redo Method 

Envoke redo action that reapplies the last form designing operation that was reverted using an Undo command.

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

Remarks

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

Form designer keeps track of all form design actions undone by the user. This means user can one-by-one re-apply all the form designing actions that were undone in the current session.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace