DevZest WPF Docking
DockItemShow Method (DockItem, DockItemShowMethod) |
Shows the DockItem as tabeed, 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( DockItem dockItem, DockItemShowMethod showMethod )
Public Sub Show ( dockItem As DockItem, showMethod As DockItemShowMethod )
Parameters
- dockItem
- Type: DevZest.Windows.DockingDockItem
The position at which this DockItem is inserted before. - showMethod
- Type: DevZest.Windows.DockingDockItemShowMethod
The specified show method.
See Also