NetXP 3.0 Reference

CommandBarItem Constructor

Creates a command bar item for use inside a designer.

Overload List

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

See Also

CommandBarItem Class | NETXP.Controls.Bars Namespace