C# Class FdoToolbox.Base.Forms.ImageListBoxItem

ファイルを表示 Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
ImageListBoxItem ( ) : System
ImageListBoxItem ( string text ) : System
ImageListBoxItem ( string text, int index ) : System
ToString ( ) : string

Method Details

ImageListBoxItem() public method

public ImageListBoxItem ( ) : System
return System

ImageListBoxItem() public method

public ImageListBoxItem ( string text ) : System
text string
return System

ImageListBoxItem() public method

public ImageListBoxItem ( string text, int index ) : System
text string
index int
return System

ToString() public method

public ToString ( ) : string
return string