C# Class Rsdn.Janus.LogComboBox

ComboBox для истории
Inheritance: Rsdn.Janus.Framework.ComboListBox
Afficher le fichier Open project: rsdn/janus

Méthodes publiques

Méthode Description
AddItem ( object sender, LogEventArgs e ) : void
LogComboBox ( ) : System.Drawing

Méthodes protégées

Méthode Description
OnDrawItem ( DrawItemEventArgs e ) : void

Private Methods

Méthode Description
LogItemIcon ( LogItem item ) : Icon

Method Details

AddItem() public méthode

public AddItem ( object sender, LogEventArgs e ) : void
sender object
e LogEventArgs
Résultat void

LogComboBox() public méthode

public LogComboBox ( ) : System.Drawing
Résultat System.Drawing

OnDrawItem() protected méthode

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