DockItem.Show Method (DockPane, Int32)

DevZest WPF Docking

DockItemShow Method (DockPane, Int32)
Shows the DockItem as activated and tabbed.

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
)
Public Sub Show ( 
	pane As DockPane,
	index As Integer
)

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.
See Also