Wimark.Controls Class Library  

ListItem.CheckState Property

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

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

ListItem Class | ListItem Members | Wimark.Controls Namespace