NetXP 3.0 Reference

ListBarGroup Constructor (String, String)

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

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

Parameters

caption
Caption for the group's control button.
toolTipText
ToolTip text to show when hovering over the group.

See Also

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