Method | Description | |
---|---|---|
ImageComboItem ( ) : System | ||
ImageComboItem ( string Text ) : System | ||
ImageComboItem ( string Text, int ImageIndex ) : System | ||
ImageComboItem ( string Text, int ImageIndex, bool Mark ) : System | ||
ImageComboItem ( string Text, int ImageIndex, bool Mark, Color ForeColor ) : System | ||
ImageComboItem ( string Text, int ImageIndex, bool Mark, Color ForeColor, object Tag ) : System | ||
ToString ( ) : string |
public ImageComboItem ( string Text ) : System | ||
Text | string | |
return | System |
public ImageComboItem ( string Text, int ImageIndex ) : System | ||
Text | string | |
ImageIndex | int | |
return | System |
public ImageComboItem ( string Text, int ImageIndex, bool Mark ) : System | ||
Text | string | |
ImageIndex | int | |
Mark | bool | |
return | System |
public ImageComboItem ( string Text, int ImageIndex, bool Mark, Color ForeColor ) : System | ||
Text | string | |
ImageIndex | int | |
Mark | bool | |
ForeColor | Color | |
return | System |
public ImageComboItem ( string Text, int ImageIndex, bool Mark, Color ForeColor, object Tag ) : System | ||
Text | string | |
ImageIndex | int | |
Mark | bool | |
ForeColor | Color | |
Tag | object | |
return | System |