C# Class MySql.Data.VisualStudio.Editors.MyComboBox

Inheritance: System.Windows.Forms.ComboBox
Mostra file Open project: elevate/mysqlconnector-.net Class Usage Examples

Public Methods

Method Description
DrawComboBox ( ComboBox cb, DrawItemEventArgs e ) : void
MyComboBox ( ) : System.Windows.Forms

Private Methods

Method Description
DrawListItem ( object sender, DrawItemEventArgs e ) : void

Method Details

DrawComboBox() public static method

public static DrawComboBox ( ComboBox cb, DrawItemEventArgs e ) : void
cb System.Windows.Forms.ComboBox
e System.Windows.Forms.DrawItemEventArgs
return void

MyComboBox() public method

public MyComboBox ( ) : System.Windows.Forms
return System.Windows.Forms