Click or drag to resize

DockingBarCollectionAdd Method (String, String, Int32, Int32)

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,
	int cx,
	int cy
)

Parameters

uniqueName
Type: SystemString
Unique name to assign to the window
name
Type: SystemString
Display name of docking window
cx
Type: SystemInt32
Initial width of docking window
cy
Type: SystemInt32
Initial height of docking window

Return Value

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