C# Class ICSharpCode.Core.ToolBarComboBox

Inheritance: System.Windows.Forms.ToolStripComboBox, IStatusUpdate
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
ToolBarComboBox ( Codon codon, object caller ) : System
UpdateStatus ( ) : void
UpdateText ( ) : void

Méthodes protégées

Méthode Description
OnClick ( System e ) : void

Private Methods

Méthode Description
ComboBoxKeyDown ( object sender, KeyEventArgs e ) : void
selectionChanged ( object sender, EventArgs e ) : void

Method Details

OnClick() protected méthode

protected OnClick ( System e ) : void
e System
Résultat void

ToolBarComboBox() public méthode

public ToolBarComboBox ( Codon codon, object caller ) : System
codon Codon
caller object
Résultat System

UpdateStatus() public méthode

public UpdateStatus ( ) : void
Résultat void

UpdateText() public méthode

public UpdateText ( ) : void
Résultat void