UltimateEditor Class Library

ToolbarList Members

ToolbarList overview

Public Instance Constructors

ToolbarList Constructor Initializes a new instance of the ToolbarList class.

Public Instance Properties

Count (inherited from CollectionBase) Gets the number of elements contained in the CollectionBase instance.
ItemOverloaded. Gets or sets the toolbar at the specified index.

Public Instance Methods

Add Adds a toolbar to the end of the ToolbarList.
Clear (inherited from CollectionBase) Removes all objects from the CollectionBase instance.
Contains Determines whether a toolbar is in the ToolbarList.
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 in the ToolbarList.
Insert Inserts a toolbar into the ToolbarList at the specified index.
Remove Removes the first occurrence of a specific toolbar from the ToolbarList.
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

ToolbarList Class | Karamasoft.WebControls.UltimateEditor Namespace