DevZest WPF Docking
DockItemShow Method (DockControl, DockPosition, DockItemShowMethod) |
Shows the DockItem to specified dock position, 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, DockPosition dockPosition, DockItemShowMethod showMethod )
Public Sub Show ( dockControl As DockControl, dockPosition As DockPosition, showMethod As DockItemShowMethod )
Parameters
- dockControl
- Type: DevZest.Windows.DockingDockControl
The targeting DockControl. - dockPosition
- Type: DevZest.Windows.DockingDockPosition
The specified dock position. - showMethod
- Type: DevZest.Windows.DockingDockItemShowMethod
The specified show method.
See Also