method Editor.ClearButtons ()
Clears the buttons collection.

TypeDescription
Use the ClearButtons property to clear the editor's collection of buttons. Use the AddButton method to add multiple buttons to the editor. Use the ButtonWidth property to specify the width of the buttons. Use the RemoveButton method to remove a single button. The control fires the ButtonClick event when user clicks a button.