DevZest WPF Docking
DockItemStateChangeMethod Enumeration |
Specifies the methods to change DockItem state.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Select | 0 | Shows the DockItem as selected. | |
Deselect | 1 | Shows the DockItem as visible but not selected. | |
Hide | 2 | Hides the DockItem. | |
Close | 3 | Closes the DockItem. | |
ToggleAutoHide | 4 | Toggles the auto hide mode of the DockItem. | |
ShowAsDockPosition | 5 | Shows the DockItem as specified dock position. | |
ShowAsFloating | 6 | Shows the DockItem as floating window. | |
ShowAsTabbed | 7 | Shows the DockItem as tabbed. | |
ShowAsSidePane | 8 | Shows the DockItem as DockPane, side by side of target DockPaneNode. |
See Also