ShellBrowser .Net Edition
CheckState Property
NamespacesJam.ShellShellListItemCheckState
If the CheckBoxes property of the ShellListView is true then this property can be used to get or set the check state. If the value that is set changes the item's checkstate, and a ShellControlConnector is assigned to the ShellListView the item is contained in, the SelectionList will be updated accordingly.
Declaration Syntax
C#Visual BasicVisual C++
public CheckState CheckState { get; set; }
Public Property CheckState As CheckState
public:
property CheckState CheckState {
	CheckState get ();
	void set (CheckState value);
}

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