DropDown Constructor
|
Initializes a new instance of the DropDown class. |
Count (inherited from CollectionBase) | Gets the number of elements contained in the CollectionBase instance. |
Item | Gets or sets the dropdown item at the specified index. |
Add | Adds a dropdown item to the end of the DropDown. |
Clear (inherited from CollectionBase) | Removes all objects from the CollectionBase instance. |
Contains | Determines whether a dropdown item is in the DropDown. |
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 dropdown item in the DropDownItem. |
Insert | Inserts a dropdown item into the DropDown at the specified index. |
Remove | Removes the first occurrence of a specific dropdown item from the DropDown. |
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. |
DropDown Class | Karamasoft.WebControls.UltimateEditor Namespace