Méthode | Description | |
---|---|---|
ImageComboBoxItem ( ) : System |
Initializes a new instance of ImageComboBoxItem.
|
|
ImageComboBoxItem ( string text ) : System |
Initializes a new instance of ImageComboBoxItem.
|
|
ImageComboBoxItem ( string text, Image image ) : System |
Initializes a new instance of ImageComboBoxItem.
|
|
ImageComboBoxItem ( string text, Image image, Object tag ) : System |
Initializes a new instance of ImageComboBoxItem.
|
|
ImageComboBoxItem ( string text, int imageIndex ) : System |
Initializes a new instance of ImageComboBoxItem.
|
|
ImageComboBoxItem ( string text, int imageIndex, Object tag ) : System |
Initializes a new instance of ImageComboBoxItem.
|
|
ToString ( ) : string |
Returns a string that represents the current ImageComboBoxItem.
|
public ImageComboBoxItem ( string text ) : System | ||
text | string | The text ot the item. |
Résultat | System |
public ImageComboBoxItem ( string text, Image image ) : System | ||
text | string | The text ot the item. |
image | Image | The image of the item. |
Résultat | System |
public ImageComboBoxItem ( string text, Image image, Object tag ) : System | ||
text | string | The text ot the item. |
image | Image | The image of the item. |
tag | Object | A user defined value of the item. |
Résultat | System |
public ImageComboBoxItem ( string text, int imageIndex ) : System | ||
text | string | The text ot the item. |
imageIndex | int | The image index of the item. |
Résultat | System |
public ImageComboBoxItem ( string text, int imageIndex, Object tag ) : System | ||
text | string | The text ot the item. |
imageIndex | int | The image index of the item. |
tag | Object | A user defined value of the item. |
Résultat | System |