Wimark.Controls Class Library  

ListViewItem.Checked Property

Gets or sets a value indicating whether the item is checked.

[Visual Basic]
Public Property Checked As Boolean 
[C#]
public bool Checked {get; set;}
[C++]
public: __property bool get_Checked();
public: __property void set_Checked(bool);

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

ListViewItem Class | ListViewItem Members | Wimark.Controls Namespace