Show / Hide Table of Contents

Enum DockItemStateChangeMethod

Specifies the methods to change DockItem state.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking.dll
Syntax
public enum DockItemStateChangeMethod

Fields

Name Description
Close

Closes the DockItem.

Deselect

Shows the DockItem as visible but not selected.

Hide

Hides the DockItem.

Select

Shows the DockItem as selected.

ShowAsDockPosition

Shows the DockItem as specified dock position.

ShowAsFloating

Shows the DockItem as floating window.

ShowAsSidePane

Shows the DockItem as DockPane, side by side of target DockPaneNode.

ShowAsTabbed

Shows the DockItem as tabbed.

ToggleAutoHide

Toggles the auto hide mode of the DockItem.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest