Click or drag to resize

WindowDockingBar Property

Note: This API is now obsolete.

Gets the docking window associated with the window.

Namespace:  RootPro.RootProCAD.UI
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
[ObsoleteAttribute("This property is obsolete. Always returns null.")]
public abstract DockingBar DockingBar { get; }

Property Value

Type: DockingBar
Window-associated DockingBar .
See Also