DevZest WPF Docking
DockItemShow Method (DockControl) |
Shows the DockItem targeting specified DockControl, as activated.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
Parameters
- dockControl
- Type: DevZest.Windows.DockingDockControl
The DockControl to show this DockItem.
Remarks
This method is a wrapper for Show(DockControl, DockItemShowMethod) method.
See Also