NetXP 3.0 Reference

CommandBarButtonItem Constructor

Constructs a new command bar button item with the given text and event handler.

Overload List

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

See Also

CommandBarButtonItem Class | NETXP.Controls.Bars Namespace