UltimateEditor Class Library

Toolbar Members

Toolbar overview

Public Instance Constructors

Toolbar Constructor Initializes a new instance of the Toolbar class.

Public Instance Properties

Count (inherited from CollectionBase) Gets the number of elements contained in the CollectionBase instance.
Enabled Gets or sets a value that indicates whether the toolbar is enabled.
ID Gets or sets the ID of the toolbar.
ItemOverloaded. Gets or sets the toolbar item at the specified index.
NewLine Gets or sets a value that indicates whether the toolbar is located at the beginning of a new line.
Visible Gets or sets a value that indicates whether the toolbar is visible.

Public Instance Methods

Add Adds a toolbar item to the end of the Toolbar.
Clear (inherited from CollectionBase) Removes all objects from the CollectionBase instance.
Contains Determines whether a toolbar item is in the Toolbar.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from CollectionBase) Returns an enumerator that can iterate through the CollectionBase instance.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
IndexOf Returns the zero-based index of the first occurrence of a toolbar item in the Toolbar.
Insert Inserts a toolbar item into the Toolbar at the specified index.
Remove Removes the first occurrence of a specific toolbar item from the Toolbar.
RemoveAt (inherited from CollectionBase) Removes the element at the specified index of the CollectionBase instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

Toolbar Class | Karamasoft.WebControls.UltimateEditor Namespace