DockItem Methods

DevZest WPF Docking

DockItem Methods

The DockItem type exposes the following members.

Methods
  Name Description
Public method Activate
Activates the DockItem and gives it focus.
Public method Close
Closes the DockItem.
Public method Hide
Makes the DockItem invisible.
Protected method OnClosing
Raises the Closing event.
Protected method OnStateChanged
Raises the StateChanged event.
Protected method OnStateChanging
Raises the StateChanging event.
Public method PerformClose
Hides or closes the DockItem, depending on the value of HideOnPerformClose property.
Protected method Save
Saves the DockItem.
Public method Show(DockControl)
Shows the DockItem targeting specified DockControl, as activated.
Public method Show(DockItemShowMethod)
Shows the DockItem, using specified DockItemShowMethod.
Public method Show(DockControl, DockItemShowMethod)
Shows the DockItem targeting specified DockControl, using specified DockItemShowMethod.
Public method Show(DockControl, DockPosition)
Shows the DockItem to specified dock position, as activated.
Public method Show(DockControl, Rect)
Shows the DockItem as activated floating window.
Public method Show(DockItem, DockItemShowMethod)
Shows the DockItem as tabeed, using specified show method.
Public method Show(DockPane, Int32)
Shows the DockItem as activated and tabbed.
Public method Show(DockControl, DockPosition, DockItemShowMethod)
Shows the DockItem to specified dock position, using specified show method.
Public method Show(DockControl, Rect, DockItemShowMethod)
Shows the DockItem as floating window, using specified show method.
Public method Show(DockPane, Int32, DockItemShowMethod)
Shows the DockItem as tabbed, using specified show method.
Public method Show(DockPaneNode, Dock, SplitterDistance)
Shows the DockItem as activated non auto hide DockPane, side by side of target DockPaneNode.
Public method Show(DockControl, Dock, Boolean, DockItemShowMethod)
Shows the DockItem to the edge of DockControl, brings the respective dock tree to front or sends it to back, using specified show method.
Public method Show(DockPaneNode, Boolean, Dock, SplitterDistance, Boolean, DockItemShowMethod)
Shows the DockItem as DockPane, side by side of target DockPane, using specified auto hide state, size for target setting and show method.
Public method ToggleAutoHide
Toggles the auto hide state of the DockItem object's FirstPane, using default DockItemShowMethod for this DockItem.
Public method ToggleAutoHide(DockItemShowMethod)
Toggles the auto hide state of the DockItem object's FirstPane, using specified DockItemShowMethod for this DockItem.
Public method ToggleFloating
Toggles the floating state of the DockItem, as activated.
Public method ToggleFloating(DockItemShowMethod)
Toggles the floating state of the DockItem, using specified show method.
Top
See Also