method Editor.RemoveButton (Key as Variant)
Removes a button given its key.

TypeDescription
Key as Variant A Variant value that determines the button's key being deleted. The Key should be the same as used in the AddButton method.

Use the RemoveButton method to remove a button, given its key. Use the ButtonWidth property to hide the editor buttons. Use the ClearButtons method to remove all buttons. Use the DropDownVisible property to hide the drop down button. You can remove only buttons added using the AddButton method.