DockItem.ToggleAutoHide Method

DevZest WPF Docking

DockItemToggleAutoHide Method
Toggles the auto hide state of the DockItem object's FirstPane.
Overload List
  Name Description
Public method ToggleAutoHide
Toggles the auto hide state of the DockItem object's FirstPane, using default DockItemShowMethod for this DockItem.
Public method ToggleAutoHide(DockItemShowMethod)
Toggles the auto hide state of the DockItem object's FirstPane, using specified DockItemShowMethod for this DockItem.
Top
See Also