Enum DockItemShowMethod
Specifies the methods to show a DockItem.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking.dll
Syntax
public enum DockItemShowMethod
Fields
| Name | Description |
|---|---|
| Activate | Shows the DockItem as activated. |
| Deselect | Shows the DockItem as visible but not selected. |
| Hide | Shows the DockItem as invisible. |
| Select | Shows the DockItem as selected. |