Deletes a toolbar from an open toolbar collection.
Rhino.DeleteToolbar (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 remove. |
Boolean |
True or False indicating success or failure. |
Null |
On error. |
Dim strName, strToolbar
strName = "Default"
strToolbar = "MyToolbar"
Rhino.DeleteToolbar strName, strToolbar