ToolBarCollectionAdd Method (String, Boolean) |
Add a new toolbar.
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 ToolBar Add(
string name,
bool commandAssociable
)
Public MustOverride Function Add (
name As String,
commandAssociable As Boolean
) As ToolBar
Parameters
- name
- Type: SystemString
Name of toolbar to add - commandAssociable
- Type: SystemBoolean
A value indicating whether the toolbar can be associated with the command. True if you can. False if not possible.
Return Value
Type:
ToolBar ToolBar representing the added toolbar.
See Also