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