NetXP 3.0 Reference

ListBarItemCollection Constructor (ListBar)

Constructs a new instance of this collection and sets the owner. Typically this is performed by the owning ListBar control.

[Visual Basic]
Overloads Public Sub New( _
   ByVal owner As ListBar _
)
[C#]
public ListBarItemCollection(
   ListBar owner
);

Parameters

owner
The ListBar which owns this collection

See Also

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