Wimark.Controls Class Library  

ListItem.Checked Property

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

[Visual Basic]
Overridable Public Property Checked As Boolean 
[C#]
public virtual bool Checked {get; set;}
[C++]
public: __property virtual bool get_Checked();
public: __property virtual 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

ListItem Class | ListItem Members | Wimark.Controls Namespace