NetXP 3.0 Reference

ListBarItem Constructor (String)

Constructs a new instance of a ListBarItem, specifying the caption to display.

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

Parameters

caption
The caption for this item.

See Also

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