DockingBarCollectionRemove Method |
Delete the specified docking window.
Namespace:
RootPro.RootProCAD.UI
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public 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