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

ToolbarComboBox Members

Implements a combo box custom toolbar item functionality.

Constructors

Name Description
ToolbarComboBox() Initializes a new instance of the ToolbarComboBox class with default settings.
ToolbarComboBox(String, ToolbarCustomListEditItem[]) Initializes a new instance of the ToolbarComboBox class with the specified settings.
ToolbarComboBox(String, Boolean, Boolean, ToolbarCustomListEditItem[]) Initializes a new instance of the ToolbarComboBox class with the specified settings.
ToolbarComboBox(String, Boolean, Boolean) Initializes a new instance of the ToolbarComboBox class with the specified settings.
ToolbarComboBox(String, Boolean) Initializes a new instance of the ToolbarComboBox class with the specified settings.
ToolbarComboBox(String) Initializes a new instance of the ToolbarComboBox class with the specified setting.

Properties

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.
DefaultCaption Gets or sets a value that specifies the default caption of a toolbar item. Inherited from ToolbarComboBoxBase.
DropDownHeight This property is not in effect for the ToolbarComboBox class.
DropDownWidth This property is not in effect for the ToolbarComboBox class.
Image This property is not in effect for the ToolbarComboBoxBase class. Inherited from ToolbarComboBoxBase.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
Items Gets the collection of items displayed within the editor’s dropdown window.
PropertiesComboBox Provides access to the settings which are specific to the combo box.
Text For internal use only. Inherited from ToolbarComboBoxBase.
ToolTip Gets or sets the item’s tooltip text. Inherited from ToolbarItemBase.
ViewStyle This property is not in effect for the ToolbarComboBoxBase class. Inherited from ToolbarComboBoxBase.
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 toolbar combo box’s width.

Methods

Name Description
Assign(CollectionItem) Copies the settings from the specified item to the current object. Inherited from ToolbarComboBoxBase.
CreateDefaultItems() Populates the toolbar item’s dropdown list with items providing the appropriate predefined functionality. Inherited from ToolbarDropDownBase.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetButtonTemplateID() For internal use only. Inherited from ToolbarDropDownBase.
GetDropDownTemplateID() For internal use only. Inherited from ToolbarDropDownBase.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from CollectionItem.
See Also