Wimark.Controls Class Library  

ComboBox.ComboBoxItemCollection Constructor

Creates a new instance of the ComboBoxItemCollection class.

[Visual Basic]
Public Sub New( _
   ByVal parent As ComboBox _
)
 
[C#]
public ComboBox.ComboBoxItemCollection( 
   ComboBox parent 
);
[C++]
public: ComboBox.ComboBoxItemCollection( 
   ComboBox* parent 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ComboBox.ComboBoxItemCollection Class | ComboBox.ComboBoxItemCollection Members | Wimark.Controls Namespace