DevZest WPF Docking
DockItem Methods |
The DockItem type exposes the following members.
Methods
Name | Description | |
---|---|---|
Activate |
Activates the DockItem and gives it focus.
|
|
Close |
Closes the DockItem.
|
|
Hide |
Makes the DockItem invisible.
|
|
OnClosing |
Raises the Closing event.
|
|
OnStateChanged |
Raises the StateChanged event.
|
|
OnStateChanging |
Raises the StateChanging event.
|
|
PerformClose |
Hides or closes the DockItem, depending on the value of HideOnPerformClose property.
|
|
Save |
Saves the DockItem.
|
|
Show(DockControl) |
Shows the DockItem targeting specified DockControl, as activated.
|
|
Show(DockItemShowMethod) |
Shows the DockItem, using specified DockItemShowMethod.
|
|
Show(DockControl, DockItemShowMethod) | ||
Show(DockControl, DockPosition) |
Shows the DockItem to specified dock position, as activated.
|
|
Show(DockControl, Rect) |
Shows the DockItem as activated floating window.
|
|
Show(DockItem, DockItemShowMethod) |
Shows the DockItem as tabeed, using specified show method.
|
|
Show(DockPane, Int32) |
Shows the DockItem as activated and tabbed.
|
|
Show(DockControl, DockPosition, DockItemShowMethod) |
Shows the DockItem to specified dock position, using specified show method.
|
|
Show(DockControl, Rect, DockItemShowMethod) |
Shows the DockItem as floating window, using specified show method.
|
|
Show(DockPane, Int32, DockItemShowMethod) |
Shows the DockItem as tabbed, using specified show method.
|
|
Show(DockPaneNode, Dock, SplitterDistance) | ||
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.
|
|
Show(DockPaneNode, Boolean, Dock, SplitterDistance, Boolean, DockItemShowMethod) | ||
ToggleAutoHide |
Toggles the auto hide state of the DockItem object's FirstPane, using
default DockItemShowMethod for this DockItem.
|
|
ToggleAutoHide(DockItemShowMethod) |
Toggles the auto hide state of the DockItem object's FirstPane,
using specified DockItemShowMethod for this DockItem.
|
|
ToggleFloating |
Toggles the floating state of the DockItem, as activated.
|
|
ToggleFloating(DockItemShowMethod) |
Toggles the floating state of the DockItem, using specified show method.
|
See Also