Constructs a new, blank instance of a ListBarGroup.
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);
ListBarGroup Class | NETXP.Controls.Bars Namespace