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

ToolbarComboBoxBase Properties

Serves as a base for classes providing the combo box 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 command name associated with the toolbar item. Inherited from HtmlEditorToolbarItem.
DefaultCaption Gets or sets a value that specifies the default caption of a toolbar item.
DropDownHeight Gets or sets the height of the editor’s dropdown window.
DropDownWidth Gets or sets the width of the editor’s dropdown window.
Image This property is not in effect for the ToolbarComboBoxBase class.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
Text For internal use only.
ToolTip Gets or sets the item’s tooltip text. Inherited from ToolbarItemBase.
ViewStyle This property is not in effect for the ToolbarComboBoxBase class.
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.
Width Gets or sets the editor’s width.
See Also