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; }
<ObsoleteAttribute("This property is obsolete. Always returns null.")>
Public MustOverride ReadOnly Property DockingBar As DockingBar
Get
Property Value
Type:
DockingBar
Window-associated
DockingBar .
See Also