DevZest WPF Docking
DockControl Methods |
The DockControl type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginUndoUnit |
Marks the beginning of a reversible unit of work.
|
|
ClearUndo |
Clears all information from the undo redo buffer.
|
|
EndUndoUnit |
Marks the end of a reversible unit of work.
|
|
Load |
Loads the window layout.
|
|
OnActiveDocumentChanged |
Raises the ActiveDocumentChanged event.
|
|
OnActiveItemChanged |
Raises the ActiveItemChanged event.
|
|
OnDockItemStateChanged |
Raises the DockItemStateChanged event.
|
|
OnDockItemStateChanging |
Raises the DockItemStateChanging event.
|
|
OnFocusedItemChanged |
Raises the FocusedItemChanged event.
|
|
OnSelectedAutoHideItemChanged |
Raises the SelectedAutoHideItemChanged event.
|
|
Redo |
Undoes the most recent undo command. In other words, redoes the most recent undo unit on the undo stack.
|
|
Save |
Saves the current window layout.
|
|
Undo |
Undoes the most recent undo command. In other words, undoes the most recent undo unit on the undo stack.
|
See Also