Wimark.Controls Class Library  

ListViewItem.CheckState Property

Gets or sets a value indicating the check state of the item.

[Visual Basic]
Public Property CheckState As CheckState 
[C#]
public CheckState CheckState {get; set;}
[C++]
public: __property CheckState get_CheckState();
public: __property void set_CheckState(CheckState);

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