See Also

ToolbarItemCollection Class  | Dart.PowerWEB.TextBox Namespace

See Also PowerWEB TextBox for ASP.NET

ToolbarItemCollection Class Methods

Dart.PowerWEB.TextBox Namespace : ToolbarItemCollection Class

For a list of all members of this type, see ToolbarItemCollection members.

Public Methods

Public Method Add Overloaded. Overridden. Adds an object to the end of the collection.
Public Method AddRange Overloaded. Overridden. Adds the elements from the passed collection to the end of the collection.
Public Method BinarySearch (Inherited from System.Collections.ArrayList)Overloaded. Searches a range of elements in the sorted ArrayList for an element using the specified comparer and returns the zero-based index of the element.
Public Method Clear Overridden. Removes all objects from the collection.
Public Method Clone (Inherited from System.Collections.ArrayList)Creates a shallow copy of the ArrayList.
Public Method Contains Overloaded. Determines if an object is in the collection.
Public Method CopyTo (Inherited from System.Collections.ArrayList)Overloaded. Copies the entire ArrayList to a compatible one-dimensional Array, starting at the beginning of the target array.
Public Method GetByType Returns the first BaseToolItem with a Type property that matches the passed value.
Public Method GetEnumerator (Inherited from System.Collections.ArrayList)Overloaded. Returns an enumerator for the entire ArrayList.
Public Method GetRange (Inherited from System.Collections.ArrayList)Returns an ArrayList which represents a subset of the elements in the source ArrayList.
Public Method IndexOf Overloaded. Searches the collection for the object and returns the zero-based index of the first occurrence within the collection.
Public Method Insert Overloaded. Inserts an element into the collection at the specified index.
Public Method InsertRange Overloaded. Overridden. Inserts the elements of a collection into this collection at the specified index.
Public Method LastIndexOf Overloaded. Searches the collection for a BaseToolbarItem based on the Type property and returns the zero-based index of the last occurrence within the collection.
Public Method Remove Overloaded. Overridden. Removes the first occurrence of a specific object from the collection.
Public Method RemoveAt Overridden. Removes the element at the specified index in the collection.
Public Method RemoveRange Overridden. Removes a range of elements from the collection.
Public Method Reverse (Inherited from System.Collections.ArrayList)Overloaded. Reverses the order of the elements in the entire ArrayList.
Public Method SetRange Overloaded. Overridden. Copies the elements of a collection over a range of elements in this collection.
Public Method Sort (Inherited from System.Collections.ArrayList)Overloaded. Sorts the elements in the entire ArrayList using the IComparable implementation of each element.
Public Method ToArray (Inherited from System.Collections.ArrayList)Overloaded. Copies the elements of the ArrayList to a new Object array.
Public Method TrimToSize (Inherited from System.Collections.ArrayList)Sets the capacity to the actual number of elements in the ArrayList.

See Also

ToolbarItemCollection Class  | Dart.PowerWEB.TextBox Namespace


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.