C# Class System.Windows.Forms.CommandBarComboBox

Inheritance: System.Windows.Forms.CommandBarControl
Afficher le fichier Open project: Longkong/Pojjaman Class Usage Examples

Méthodes publiques

Méthode Description
CommandBarComboBox ( ) : System
CommandBarComboBox ( string text, ComboBox comboBox ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

CommandBarComboBox() public méthode

public CommandBarComboBox ( ) : System
Résultat System

CommandBarComboBox() public méthode

public CommandBarComboBox ( string text, ComboBox comboBox ) : System
text string
comboBox ComboBox
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string