C# Class KeePass.UI.ImageComboBoxEx

Inheritance: System.Windows.Forms.ComboBox
Afficher le fichier Open project: amiryal/keepass2 Class Usage Examples

Méthodes publiques

Méthode Description
ImageComboBoxEx ( ) : System

Méthodes protégées

Méthode Description
OnDrawItem ( DrawItemEventArgs e ) : void
OnMeasureItem ( System.Windows.Forms.MeasureItemEventArgs e ) : void

Private Methods

Méthode Description
GetStdItemHeight ( Graphics g ) : int

Method Details

ImageComboBoxEx() public méthode

public ImageComboBoxEx ( ) : System
Résultat System

OnDrawItem() protected méthode

protected OnDrawItem ( DrawItemEventArgs e ) : void
e System.Windows.Forms.DrawItemEventArgs
Résultat void

OnMeasureItem() protected méthode

protected OnMeasureItem ( System.Windows.Forms.MeasureItemEventArgs e ) : void
e System.Windows.Forms.MeasureItemEventArgs
Résultat void