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

TypeDescription
Key as Variant A string expression that indicates the key of the button being removed.
Use the RemoveButton method to remove a single button. Use the AddButton method to add multiple buttons to the editor. Use the ButtonWidth property to specify the width of the buttons. The control fires the ButtonClick event when user clicks a button. Use the ClearButtons property to clear the editor's collection of buttons.