DevZest WPF Docking
DockTreeZOrderBringToFront Method |
Returns the dock tree z-order after brings the specified dock tree position to front.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public DockTreeZOrder BringToFront( Dock dock )
Public Function BringToFront ( dock As Dock ) As DockTreeZOrder
Parameters
- dock
- Type: System.Windows.ControlsDock
The specified dock tree position.
Return Value
Type: DockTreeZOrderThe dock tree z-order.
See Also