DevZest WPF Docking
DockTreeZOrderSendToBack Method |
Returns the dock tree z-order after sends the specified dock tree position to back.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public DockTreeZOrder SendToBack( Dock dock )
Public Function SendToBack ( 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