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
)
Public MustOverride Function Add (
uniqueName As String,
name As String
) As CustomDockingBar
Parameters
- uniqueName
- Type: SystemString
Unique name to assign to the window - name
- Type: SystemString
Display name of docking window
Return Value
Type:
CustomDockingBarCustomDockingBar that represents the added docking window.
See Also