C# Class System.Windows.Forms.CommandBarComboBox

Inheritance: System.Windows.Forms.CommandBarControl
Show file Open project: Longkong/Pojjaman Class Usage Examples

Public Methods

Method Description
CommandBarComboBox ( ) : System
CommandBarComboBox ( string text, ComboBox comboBox ) : System
ToString ( ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

CommandBarComboBox() public method

public CommandBarComboBox ( ) : System
return System

CommandBarComboBox() public method

public CommandBarComboBox ( string text, ComboBox comboBox ) : System
text string
comboBox ComboBox
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ToString() public method

public ToString ( ) : string
return string