DockItem.Show Method (DockItemShowMethod)

DevZest WPF Docking

DockItemShow Method (DockItemShowMethod)
Shows the DockItem, using specified DockItemShowMethod.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public void Show(
	DockItemShowMethod showMethod
)
Public Sub Show ( 
	showMethod As DockItemShowMethod
)

Parameters

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

Field Value

Type: 
Calling this method activates, selects, deselects or hides the DockItem, depending on the value of showMethod.
Exceptions
See Also