ShellBrowser .Net Edition
Checked Property
NamespacesJam.ShellShellListItemChecked
This property calls CheckState and returns true only if the item is CheckState.Checked and false if in CheckState.Grayed or CheckState.UnChecked.
Declaration Syntax
C#Visual BasicVisual C++
public bool Checked { get; set; }
Public Property Checked As Boolean
public:
property bool Checked {
	bool get ();
	void set (bool value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)