System.Windows.Forms.CommandBarComboBox.CommandBarComboBox C# (CSharp) Method

CommandBarComboBox() public method

public CommandBarComboBox ( ) : System
return System
        public CommandBarComboBox()
            : base("None")
        {
            this.comboBox = new ComboBox();
            this.comboBox.SelectedIndexChanged += new EventHandler(this.ComboBox_SelectedIndexChanged);
        }

Same methods

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