Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Gets or sets the item at the specified indexed location in the collection. |
The following tables list the members exposed by DropDownItemCollection.
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Gets or sets the item at the specified indexed location in the collection. |
Name | Description | |
---|---|---|
InnerList | (Inherited from System.Collections.CollectionBase) | |
List | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
Add | Adds the specified item to the end of the collection. | |
Clear | (Inherited from System.Collections.CollectionBase) | |
Contains | Indicates whether the collection contains a specific DropDownItem. | |
IndexOf | Returns the zero-based index of the first occurrence of a value in the list. | |
Insert | Inserts the specified item into the collection at the specified location. | |
Remove | Removes the specified item from the collection. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
OnClear | Overridden. Performs additional custom processes when clearing the contents of the DropDownItemCollection instance. | |
OnClearComplete | Overridden. Performs additional custom processes after clearing the contents of the DropDownItemCollection instance. | |
OnInsert | (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | Overridden. Performs additional custom processes after inserting an DropDownItem into the DropDownItemCollection instance. | |
OnRemove | (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | Overridden. Performs additional custom processes after removing an DropDownItem from the DropDownItemCollection instance. | |
OnSet | (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | Overridden. Performs additional custom processes after setting an DropDownItem in the DropDownItemCollection instance. | |
OnValidate | (Inherited from System.Collections.CollectionBase) |