DockItem.Show Method (DockControl, Dock, Boolean, DockItemShowMethod)

DevZest WPF Docking

DockItemShow Method (DockControl, Dock, Boolean, DockItemShowMethod)
Shows the DockItem to the edge of DockControl, brings the respective dock tree to front or sends it to back, using specified show method.

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,
	Dock dock,
	bool sendToBack,
	DockItemShowMethod showMethod
)
Public Sub Show ( 
	dockControl As DockControl,
	dock As Dock,
	sendToBack As Boolean,
	showMethod As DockItemShowMethod
)

Parameters

dockControl
Type: DevZest.Windows.DockingDockControl
The target DockControl.
dock
Type: System.Windows.ControlsDock
Indicates which edge of DockControl to show.
sendToBack
Type: SystemBoolean
if send the respective dock tree to back, to bring the respective dock tree to front.
showMethod
Type: DevZest.Windows.DockingDockItemShowMethod
The specified show method.
See Also