NetXP 3.0 Reference

CommandBarComboItem Constructor

Constructs a combo box item with specified text and Click event handler.

Overload List

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);

See Also

CommandBarComboItem Class | NETXP.Controls.Bars Namespace