Click or drag to resize

DockingBarCollectionAdd Method (String, String)

Add a new 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 CustomDockingBar Add(
	string uniqueName,
	string name
)

Parameters

uniqueName
Type: SystemString
Unique name to assign to the window
name
Type: SystemString
Display name of docking window

Return Value

Type: CustomDockingBar
CustomDockingBar that represents the added docking window.
See Also