DockItem.Show Method (DockControl, DockItemShowMethod)

DevZest WPF Docking

DockItemShow Method (DockControl, DockItemShowMethod)
Shows the DockItem targeting specified DockControl, 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(
	DockControl dockControl,
	DockItemShowMethod showMethod
)
Public Sub Show ( 
	dockControl As DockControl,
	showMethod As DockItemShowMethod
)

Parameters

dockControl
Type: DevZest.Windows.DockingDockControl
The targeting DockControl.
showMethod
Type: DevZest.Windows.DockingDockItemShowMethod
The specified show method.
Remarks
When FirstPane is not , this method calls Show(DockItemShowMethod); otherwise, this method calls Show(DockControl, DockPosition, DockItemShowMethod) with DefaultDockPosition.
See Also