DockItemShowMethod Enumeration

DevZest WPF Docking

DockItemShowMethod Enumeration
Specifies the methods to show a DockItem.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public enum DockItemShowMethod
Public Enumeration DockItemShowMethod
Members
  Member nameValueDescription
Activate0Shows the DockItem as activated.
Select1Shows the DockItem as selected.
Deselect2Shows the DockItem as visible but not selected.
Hide3Shows the DockItem as invisible.
See Also