Skip to main content
A newer version of this page is available. .

CustomToolbarButton Properties

Implements a custom toolbar button functionality.
Name Description
AdaptivePriority Gets or sets the priority of Html Editor toolbar item hiding in adaptive mode. Inherited from HtmlEditorToolbarItem.
BeginGroup Gets or sets a value that specifies whether the current toolbar item starts a group. Inherited from HtmlEditorToolbarItem.
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
CommandName Gets or sets the name of a command executed when clicking a button of the CustomToolbarButton type.
Image Gets the settings of an image displayed by the item. Inherited from ToolbarItemBase.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
Text Gets or sets the text content of a toolbar item. Inherited from ToolbarItemBase.
ToolTip Gets or sets the item’s tooltip text. Inherited from ToolbarItemBase.
ViewStyle Gets or sets a value that specifies how the current toolbar button is represented within a toolbar.
Visible Gets or sets a value specifying the visibility of the current toolbar item. Inherited from HtmlEditorToolbarItem.
VisibleIndex Gets or sets a value specifying the position of the current item amongst the visible items in a toolbar. Inherited from HtmlEditorToolbarItem.
See Also