Creates a command bar item for use inside a designer.
Creates a command bar item with default options.
public CommandBarItem();
Creates a command bar item for use inside a designer.
public CommandBarItem(IContainer);
Constructs a command bar item with specified text.
public CommandBarItem(string);
Constructs a command bar item with specified text and Click event handler.
public CommandBarItem(string,EventHandler);
CommandBarItem Class | NETXP.Controls.Bars Namespace