ShellBrowser .Net Edition
CheckState Property
NamespacesJam.ShellShellTreeNodeCheckState
If the CheckBoxes property of the ShellTreeView 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 ShellTreeView 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)