DockControl Methods

DevZest WPF Docking

DockControl Methods

The DockControl type exposes the following members.

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