DropDownItemCollection Methods |
The DropDownItemCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Add |
Adds a string to the end of the collection.
|
![]() ![]() | Clear |
Removes all elements from the collection.
|
![]() ![]() | Contains |
Determines whether the collection contains the specified value.
|
![]() | Equals | (Inherited from Object.) |
![]() ![]() | GetEnumerator |
Returns an enumerator object that can be used to iterate over all items in the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() ![]() | IndexOf |
Returns the zero-based index of the specified value in the collection.
|
![]() ![]() | Insert |
Inserts a string into the collection at the specified index.
|
![]() ![]() | Remove |
Removes the specified value from the collection.
|
![]() ![]() | RemoveAt |
Removes a value at the specified index.
|
![]() | ToString | (Inherited from Object.) |