Skip to main content

ToolbarBackColorButton Members

A default toolbar button that allows the background color to be specified for the text selected within the design view area.

Constructors

Name Description
ToolbarBackColorButton() Initializes a new instance of the ToolbarBackColorButton class with default settings.
ToolbarBackColorButton(Boolean, Boolean) Initializes a new instance of the ToolbarBackColorButton class with the specified settings.
ToolbarBackColorButton(Boolean) Initializes a new instance of the ToolbarBackColorButton 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.
ColumnCount Gets or sets the number of columns displayed in a toolbar color button drop-down color table. Inherited from ToolbarColorButtonBase.
EnableCustomColors Gets or sets whether the custom colors are available for the color button. Inherited from ToolbarColorButtonBase.
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.
Items Gets the collection of items displayed in a toolbar color button drop-down color table. Inherited from ToolbarColorButtonBase.
Text Gets or sets the button’s display text.
ToolTip Gets or sets the button’s tooltip text.
ViewStyle Gets or sets a value that specifies how a toolbar item is represented within a toolbar. Inherited from HtmlEditorToolbarItem.
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.

Methods

Name Description
Assign(CollectionItem) Copies the settings from the specified CollectionItem object to the current object. Inherited from ToolbarColorButtonBase.
CreateDefaultItems() Creates a collection of default color items in the toolbar color button. Inherited from ToolbarColorButtonBase.
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.
GetClientMainTemplateID() For internal use only. Inherited from ToolbarColorButtonBase.
GetDropDownTemplateID() For internal use only. Inherited from ToolbarColorButtonBase.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetMainTemplateID() For internal use only. Inherited from ToolbarColorButtonBase.
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