method Editor.RemoveButton (Key as Variant)
Removes a button given its key.
Type
Description
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.