DockingBarCollectionRemove Method |
Delete the specified docking window.
Namespace:
RootPro.RootProCAD.UI
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 13.0.0.0 (13.0.0.0)
Syntaxpublic abstract void Remove(
DockingBar dockingbar
)
Public MustOverride Sub Remove (
dockingbar As DockingBar
)
Parameters
- dockingbar
- Type: RootPro.RootProCAD.UIDockingBar
Docking window in the collection.
See Also