NetXP 3.0 Reference

ListBarGroup Constructor

Constructs a new, blank instance of a ListBarGroup.

Overload List

Constructs a new, blank instance of a ListBarGroup.

public ListBarGroup();

Constructs a new instance of a ListBarGroup with the specified caption.

public ListBarGroup(string);

Constructs a new instance of a ListBarGroup with the specified caption and items.

public ListBarGroup(string,ListBarItem[]);

Constructs a new instance of a ListBarGroup with the specified caption and tooltip text.

public ListBarGroup(string,string);

Constructs a new instance of a ListBarGroup with the specified caption, tooltip text and user-defined data.

public ListBarGroup(string,string,object);

See Also

ListBarGroup Class | NETXP.Controls.Bars Namespace