C# Class NClass.AssemblyImport.Controls.ImageComboBoxItem

ファイルを表示 Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method 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.

Method Details

ImageComboBoxItem() public method

Initializes a new instance of ImageComboBoxItem.
public ImageComboBoxItem ( ) : System
return System

ImageComboBoxItem() public method

Initializes a new instance of ImageComboBoxItem.
public ImageComboBoxItem ( string text ) : System
text string The text ot the item.
return System

ImageComboBoxItem() public method

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.
return System

ImageComboBoxItem() public method

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.
return System

ImageComboBoxItem() public method

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.
return System

ImageComboBoxItem() public method

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.
return System

ToString() public method

Returns a string that represents the current ImageComboBoxItem.
public ToString ( ) : string
return string