Wimark.Controls Class Library  

ListBox.CheckedIndexCollection Constructor

Initializes a new instance of the CheckedIndexCollection class.

[Visual Basic]
Public Sub New( _
   ByVal owner As ListBox _
)
 
[C#]
public ListBox.CheckedIndexCollection( 
   ListBox owner 
);
[C++]
public: ListBox.CheckedIndexCollection( 
   ListBox* owner 
);

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

ListBox.CheckedIndexCollection Class | ListBox.CheckedIndexCollection Members | Wimark.Controls Namespace