Skip to main content

HtmlEditorToolbarItem Members

Implements the base toolbar item functionality.

Constructors

Name Description
HtmlEditorToolbarItem() Initializes a new instance of the HtmlEditorToolbarItem class with default settings.
HtmlEditorToolbarItem(String, String, String, ViewStyle) Initializes a new instance of the HtmlEditorToolbarItem class with the specified settings.
HtmlEditorToolbarItem(String, String, String) Initializes a new instance of the HtmlEditorToolbarItem class with the specified settings.
HtmlEditorToolbarItem(String, String) Initializes a new instance of the HtmlEditorToolbarItem class with the specified settings.
HtmlEditorToolbarItem(String) Initializes a new instance of the HtmlEditorToolbarItem class with the specified text.

Properties

Name Description
AdaptivePriority Gets or sets the priority of Html Editor toolbar item hiding in adaptive mode.
BeginGroup Gets or sets a value that specifies whether the current toolbar item starts a group.
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
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 a toolbar item is represented within a toolbar.
Visible Gets or sets a value specifying the visibility of the current toolbar item.
VisibleIndex Gets or sets a value specifying the position of the current item amongst the visible items in a toolbar.

Methods

Name Description
Assign(CollectionItem) Copies the settings from the specified item to the current object.
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.
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