Skip to main content
A newer version of this page is available. .

PickImageItem Constructors

Obsolete. Represents an individual item within an image combo box editor.
Name Parameters Description
PickImageItem() none Creates an image combobox item and sets all its properties to their default values.
PickImageItem(Int32) imageIndex Creates an image combobox item and sets its image index to the specified value.
PickImageItem(Object, Int32) value, imageIndex Creates an image combobox item and initializes the item’s value and image index.
PickImageItem(Object) value Creates an image combo box item and initializes the item’s value.
PickImageItem(String, Int32) description, imageIndex Creates an image combobox item and initializes the item’s caption and image index.
PickImageItem(String, Object, Int32) description, value, imageIndex Creates an image combobox item and initializes its properties to the specified values.
PickImageItem(String, Object) description, value Creates an image combobox item and initializes the item’s value and caption.
PickImageItem(String) description Creates an image combobox item and initializes the item’s caption.
See Also