NetXP 3.0 Reference

CommandBarControlItem Constructor

Constructs a control item with specified text and Click event handler.

Overload List

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

See Also

CommandBarControlItem Class | NETXP.Controls.Bars Namespace