[ListBindableAttribute(false)]
public sealed class DevImageComboBoxItemCollection : ComboBoxObjectCollection
<ListBindableAttribute(false)>
Public NotInheritable Class DevImageComboBoxItemCollection
Inherits ComboBoxObjectCollection
Dim instance As DevImageComboBoxItemCollection
[ListBindableAttribute(false)]
public ref class DevImageComboBoxItemCollection sealed : public ComboBoxObjectCollection
[<SealedAttribute>]
[<ListBindableAttribute(false)>]
type DevImageComboBoxItemCollection =
class
inherit ComboBoxObjectCollection
end
No code example is currently available or this language may not be supported.
DevImageComboBoxItemCollection | Initializes a new instance of the DevImageComboBoxItemCollection class. |
Count | Gets the number of items in the collection. (Inherited from ComboBoxObjectCollection) |
IsReadOnly | Gets a value indicating whether this collection can be modified. (Inherited from ComboBoxObjectCollection) |
ItemInt32 | Retrieves the item at the specified index within the collection. |
ItemString | Retrieves the item within the collection that matches the specified text. |
Add(DevImageComboBoxItem) | Adds the specified item to the collection. |
Add(Object) | Adds an item to the list of items for a ComboBox. (Inherited from ComboBoxObjectCollection) |
AddRange(DevImageComboBoxItem) | Adds an array of items to the collection. |
AddRange(Object) | Adds an array of items to the list of items for a ComboBox. (Inherited from ComboBoxObjectCollection) |
Clear | Removes all items from the ComboBox. (Inherited from ComboBoxObjectCollection) |
Contains(DevImageComboBoxItem) | Determines whether the specified item is located within the collection. |
Contains(Object) | Determines if the specified item is located within the collection. (Inherited from ComboBoxObjectCollection) |
Contains(String) | Determines whether the specified item is located within the collection. |
CopyTo | Copies the entire collection into an existing array of objects at a specified location within the array. (Inherited from ComboBoxObjectCollection) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetEnumerator | Returns an enumerator that can be used to iterate through the item collection. (Inherited from ComboBoxObjectCollection) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
IndexOf(DevImageComboBoxItem) | Retrieves the index within the collection of the specified item. |
IndexOf(Object) | Retrieves the index within the collection of the specified item. (Inherited from ComboBoxObjectCollection) |
IndexOf(String) | Retrieves the index within the collection of the specified item. |
Insert(Int32, DevImageComboBoxItem) | Inserts an item into the collection at the specified index. |
Insert(Int32, Object) | Inserts an item into the collection at the specified index. (Inherited from ComboBoxObjectCollection) |
Remove(DevImageComboBoxItem) | Removes the specified item from the collection. |
Remove(Object) | Removes the specified item from the ComboBox. (Inherited from ComboBoxObjectCollection) |
Remove(String) | Removes the specified item from the collection. |
RemoveAt | Removes an item from the ComboBox at the specified index. (Inherited from ComboBoxObjectCollection) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
CanConvertTo |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
CanConvertToT |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions) |
IsDisposable |
Determines whether the specified object is a disposable type
(i.e., it implements IDisposable interface).
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
ThrowIfNullTException |
Throws the specified exception if the source object is null.
(Defined by ObjectExtensions) |