Add a new button to specified toolbar. The new button will be completely blank.
Rhino.AddToolbarButton (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 a button. |
Boolean |
True or False indicating success or failure. |
Null |
On error. |
Dim strName, strToolbar
strName = "Default"
strToolbar = "MyToolbar"
Rhino.AddToolbarButton strName, strToolbar