DockControl.Undo Method

DevZest WPF Docking

DockControlUndo Method
Undoes the most recent undo command. In other words, undoes 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 Undo()
Public Function Undo As Boolean

Return Value

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