C# Класс NClass.AssemblyImport.Controls.ImageComboBoxItem

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

ImageComboBoxItem() публичный Метод

Initializes a new instance of ImageComboBoxItem.
public ImageComboBoxItem ( ) : System
Результат System

ImageComboBoxItem() публичный Метод

Initializes a new instance of ImageComboBoxItem.
public ImageComboBoxItem ( string text ) : System
text string The text ot the item.
Результат System

ImageComboBoxItem() публичный Метод

Initializes a new instance of ImageComboBoxItem.
public ImageComboBoxItem ( string text, Image image ) : System
text string The text ot the item.
image Image The image of the item.
Результат System

ImageComboBoxItem() публичный Метод

Initializes a new instance of ImageComboBoxItem.
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.
Результат System

ImageComboBoxItem() публичный Метод

Initializes a new instance of ImageComboBoxItem.
public ImageComboBoxItem ( string text, int imageIndex ) : System
text string The text ot the item.
imageIndex int The image index of the item.
Результат System

ImageComboBoxItem() публичный Метод

Initializes a new instance of ImageComboBoxItem.
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.
Результат System

ToString() публичный Метод

Returns a string that represents the current ImageComboBoxItem.
public ToString ( ) : string
Результат string