C# Class NClass.AssemblyImport.Controls.ImageComboBox

An improved ComboBox which is able to display images next to text of each item.
Inheritance: System.Windows.Forms.ComboBox
Mostra file Open project: gbaychev/NClass

Public Methods

Method Description
ImageComboBox ( ) : System.Drawing

Initializes a new instance of ImageComboBox.

Protected Methods

Method Description
OnDrawItem ( DrawItemEventArgs e ) : void

Raises the ComboBox.DrawItem event.

Method Details

ImageComboBox() public method

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

OnDrawItem() protected method

Raises the ComboBox.DrawItem event.
protected OnDrawItem ( DrawItemEventArgs e ) : void
e System.Windows.Forms.DrawItemEventArgs A that contains the event data.
return void