C# 클래스 NClass.AssemblyImport.Controls.ImageComboBoxItem

파일 보기 프로젝트 열기: gbaychev/NClass 1 사용 예제들

공개 메소드들

메소드 설명
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