NetXP 3.0 Reference

ListBarGroup Constructor (String, ListBarItem[])

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal caption As String, _
   ByVal subItems As ListBarItem() _
)
[C#]
public ListBarGroup(
   string caption,
   ListBarItem[] subItems
);

Parameters

caption
Caption for the group's control button.
subItems
The array of items to add to the group's collection of items.

See Also

ListBarGroup Class | NETXP.Controls.Bars Namespace | ListBarGroup Constructor Overload List