Constructs a combo box item with specified text and Click event handler.
Creates a combo box item with default options.
public CommandBarComboItem();
Constructs a combo box item with specified text.
public CommandBarComboItem(string);
Constructs a combo box item with specified text and Click event handler.
public CommandBarComboItem(string,EventHandler);
CommandBarComboItem Class | NETXP.Controls.Bars Namespace