DockItem.ToggleAutoHide Method (DockItemShowMethod)

DevZest WPF Docking

DockItemToggleAutoHide Method (DockItemShowMethod)
Toggles the auto hide state of the DockItem object's FirstPane, using specified 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(
	DockItemShowMethod showMethod
)
Public Function ToggleAutoHide ( 
	showMethod As DockItemShowMethod
) As Boolean

Parameters

showMethod
Type: DevZest.Windows.DockingDockItemShowMethod
The specified show method.

Return Value

Type: Boolean
if operation performed successfully, otherwise .
See Also