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