DockControl.Redo Method

DevZest WPF Docking

DockControlRedo Method
Undoes the most recent undo command. In other words, redoes the most recent undo unit on the undo stack.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public bool Redo()
Public Function Redo As Boolean

Return Value

Type: Boolean
if the redo operation was successful; otherwise, . This method returns if the undo stack is empty.
See Also