DevZest WPF Docking
DockItemShow Method (DockControl, Rect, DockItemShowMethod) |
Shows the DockItem as floating window, 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, Rect floatingWindowBounds, DockItemShowMethod showMethod )
Public Sub Show ( dockControl As DockControl, floatingWindowBounds As Rect, showMethod As DockItemShowMethod )
Parameters
- dockControl
- Type: DevZest.Windows.DockingDockControl
The target DockControl. - floatingWindowBounds
- Type: System.WindowsRect
The size and position of the floating window. - showMethod
- Type: DevZest.Windows.DockingDockItemShowMethod
The specified show method.
See Also