Wimark.Controls Class Library  

ListView.SelectedItems Property

Gets the items that are selected in the control.

[Visual Basic]
Public ReadOnly Property SelectedItems As ListView.SelectedListViewItemCollection 
[C#]
public ListView.SelectedListViewItemCollection SelectedItems {get;}
[C++]
public: __property ListView.SelectedListViewItemCollection* get_SelectedItems();

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

ListView Class | ListView Members | Wimark.Controls Namespace