Click or drag to resize

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
)

Parameters

dockingbar
Type: RootPro.RootProCAD.UIDockingBar
Docking window in the collection.
See Also