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
)
Public MustOverride Function Add (
uniqueName As String,
name As String,
cx As Integer,
cy As Integer
) As CustomDockingBar
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:
CustomDockingBarCustomDockingBar that represents the added docking window.
See Also