An NDoc Documented Class Library

ListItem.Checked Property

[Visual Basic]
MustOverride Public Property ReadOnly Checked As Boolean
[C#]
public abstract bool Checked { get; }
[C++]
public: abstract __property bool get_Checked();
[JScript]
public abstract function get Checked() : bool

See Also

ListItem Class | White.Core.UIItems.ListBoxItems Namespace