NetXP 3.0 Reference

ComboBoxExItemCollection Constructor 

Creates a new collection.

[Visual Basic]
Public Sub New( _
   ByVal imgList As ImageList, _
   ByVal owner As ComboBox _
)
[C#]
public ComboBoxExItemCollection(
   ImageList imgList,
   ComboBox owner
);

Parameters

imgList
owner

See Also

ComboBoxExItemCollection Class | NETXP.Controls Namespace