Constructs a new command bar button item with the given text and event handler.
Constructs an empty command bar button item.
public CommandBarButtonItem();
Constructs a new command bar button item with the given text.
public CommandBarButtonItem(string);
Constructs a new command bar button item with the given text and event handler.
public CommandBarButtonItem(string,EventHandler);
CommandBarButtonItem Class | NETXP.Controls.Bars Namespace