Wimark.Controls Class Library  

ListBox.CheckedIndices Property

Gets a collection that contains the zero-based indexes of all currently checked items in the ListBox.

[Visual Basic]
Public ReadOnly Property CheckedIndices As ListBox.CheckedIndexCollection 
[C#]
public ListBox.CheckedIndexCollection CheckedIndices {get;}
[C++]
public: __property ListBox.CheckedIndexCollection* get_CheckedIndices();

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 Class | ListBox Members | Wimark.Controls Namespace