DockItem.ToggleAutoHide Method

DevZest WPF Docking

DockItemToggleAutoHide Method
Toggles the auto hide state of the DockItem object's FirstPane, using default DockItemShowMethod for this DockItem.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public bool ToggleAutoHide()
Public Function ToggleAutoHide As Boolean

Return Value

Type: Boolean
if operation performed successfully, otherwise .
Remarks
This method is wrapper of ToggleAutoHide(DockItemShowMethod) method. It uses Activate from auto hide to non auto hide, uses Select from non auto hide to auto hide.
See Also