DockItem.Show Method (DockPane, Int32, DockItemShowMethod)

DevZest WPF Docking

DockItemShow Method (DockPane, Int32, DockItemShowMethod)
Shows the DockItem as tabbed, 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(
	DockPane pane,
	int index,
	DockItemShowMethod showMethod
)
Public Sub Show ( 
	pane As DockPane,
	index As Integer,
	showMethod As DockItemShowMethod
)

Parameters

pane
Type: DevZest.Windows.DockingDockPane
The target DockPane.
index
Type: SystemInt32
The position within target DockPane.Items at which this DockItem is inserted before.
showMethod
Type: DevZest.Windows.DockingDockItemShowMethod
The specified show method.
See Also