Create new toolbar with one blank button.
Rhino.AddToolbar (strName, strToolbar)
strName |
Required. String. The name of a currently open toolbar collection. |
strToolbar |
Required. String. The name of a toolbar in the collection to add. |
Boolean |
True or False indicating success or failure. |
Null |
On error. |
Dim strName, strToolbar
strName = "Default"
strToolbar = "MyToolbar"
Rhino.AddToolbar strName, strToolbar