NetXP 3.0 Reference

ListBarGroup Constructor (String, String, Object)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal caption As String, _
   ByVal toolTipText As String, _
   ByVal tag As Object _
)
[C#]
public ListBarGroup(
   string caption,
   string toolTipText,
   object tag
);

Parameters

caption
Caption for the group's control button.
toolTipText
ToolTip text to show when hovering over the group.
tag
User-defined object data which is associated with the group.

See Also

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