The following tables list the members exposed by Items.
| Name | Description | |
|---|---|---|
![]() | Items Constructor | Creates a new collection to store items for the specified UltraWebToolbar element. |
| Name | Description | |
|---|---|---|
![]() | All | The collection as an array of objects (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBase) |
![]() | Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) |
![]() | Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase) |
![]() | IsReadOnly | Overridden. Returns a Boolean flag indicating whether this collection is read-only. |
![]() | Item | Returns the Toolbar item located at the specified index. |
![]() | Owner | Provides public access to the owning object of this collection (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBase) |
| Name | Description | |
|---|---|---|
![]() | InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
| Name | Description | |
|---|---|---|
![]() | Add | Overloaded. Adds an UltraWebToolbar item having base type of TBObject, to this collection. |
![]() | AddButton | Overloaded. Adds an UltraWebToolbar button (or proper subclass) to the collection with the specified text value. |
![]() | AddButtonGroup | Overloaded. Adds an UltraWebToolbar button group to the collection. |
![]() | AddCustom | Overloaded. Adds a custom control wrapper (it may contain another Web Control) to this collection. |
![]() | AddLabel | Overloaded. Adds an UltraWebToolbar label to the collection with the specified text caption. |
![]() | AddSeparator | Adds an UltraWebToolbar separator to the collection. |
![]() | AddTextBox | Overloaded. Adds an UltraWebToolbar text box to this collection with the specified initial text value and key. |
![]() | Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) |
![]() | Clone | Creates a deep copy of this collection. |
![]() | Contains | Returns true if the collection contains this item (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBase) |
![]() | CopyTo | Copies the items into the array (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBase) |
![]() | Exists | Returns true if an object with this key is already in the collection. Note, if key is null or a zero length string this method returns false (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBase) |
![]() | FromKey | String indexer for the Toolbar items collection based on the Key property that returns generic Toolbar Items. |
![]() | FromKeyButton | String indexer for the Toolbar items collection based on the Key property. |
![]() | FromKeyButtonGroup | String indexer for the Toolbar items collection based on the Key property that returns instances of TBButtonGroup. |
![]() | FromKeyCustom | String indexer for the Toolbar items collection based on the Key property that returns custom control container instances of TBCustom. |
![]() | FromKeyIButton | String indexer for the Toolbar items collection based on the Key property that returns instances of ITBarButton. |
![]() | FromKeyLabel | String indexer for the Toolbar items collection based on the Key property that returns instances of TBLabel. |
![]() | FromKeySeparator | String indexer for the Toolbar items collection based on the Key property that returns instances of TBSeparator. |
![]() | FromKeyTextBox | String indexer for the Toolbar items collection based on the Key property that returns instances of TBTextBox. |
![]() | GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | GetItem | Overloaded. Virtual method that returns the object at the specified index (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBase) |
![]() | Index | Determines the zero-based index of the specified Toolbar item, if it exists in this collection. |
![]() | IndexOf | Overloaded. Returns the index of the item in the collection that has the passed in key or -1 if key not found. |
![]() | Insert | Overloaded. Insert the specified TBObject into this collection at the specified index. |
![]() | Remove | Removes the specified object from this collection. |
![]() | RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |
![]() | ValidateKeyDoesNotExist | Overloaded. Throws an DuplicateNameException if the key already exists (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBase) |
| Name | Description | |
|---|---|---|
![]() | CreateArray | Virtual method used by the All 'get' method to create the array it returns. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBase) |
![]() | InternalAdd | Appends the object to the collection (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBase) |
![]() | InternalClear | Clears the collection (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBase) |
![]() | InternalInsert | Inserts an object into the collection (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBase) |
![]() | InternalRemove | Removes an item from the collection (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBase) |
![]() | InternalRemoveAt | Removes an item from the collection (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBase) |
![]() | OnClear | Overridden. This property supports the Infragistics control infrastructure and is not intended for use from application code. |
![]() | OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnInsert | Overridden. This property supports the Infragistics control infrastructure and is not intended for use from application code. |
![]() | OnInsertComplete | Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnRemove | Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnRemoveComplete | Overridden. This property supports the Infragistics control infrastructure and is not intended for use from application code. |
![]() | OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnValidate | Performs additional custom processes when validating a value. (Inherited from System.Collections.CollectionBase) |