PickImageItem Members
Obsolete. Represents an individual item within an image combo box editor.Constructors
Name | Description |
---|---|
PickImageItem() | Creates an image combobox item and sets all its properties to their default values. |
PickImageItem(Int32) | Creates an image combobox item and sets its image index to the specified value. |
PickImageItem(Object, Int32) | Creates an image combobox item and initializes the item’s value and image index. |
PickImageItem(Object) | Creates an image combo box item and initializes the item’s value. |
PickImageItem(String, Int32) | Creates an image combobox item and initializes the item’s caption and image index. |
PickImageItem(String, Object, Int32) | Creates an image combobox item and initializes its properties to the specified values. |
PickImageItem(String, Object) | Creates an image combobox item and initializes the item’s value and caption. |
PickImageItem(String) | Creates an image combobox item and initializes the item’s caption. |
Properties
Name | Description |
---|---|
Description | Gets or sets the item’s display text. Inherited from ImageComboBoxItem. |
ImageIndex | Gets or sets the index of the image associated with the item. Inherited from ImageComboBoxItem. |
Images | Gets the source that provides images for image combo box items. Inherited from ImageComboBoxItem. |
Value | Gets or sets the item value. This value is assigned to the editor’s edit value when users select the item. Inherited from ComboBoxItem. |
Methods
Name | Description |
---|---|
Assign(ImageComboBoxItem) | Copies all properties of the specified ImageComboBoxItem object to the current item. Inherited from ImageComboBoxItem. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the textual representation of the item. Inherited from ImageComboBoxItem. |
See Also