ShellBrowser .Net Edition
CheckBoxes Property
NamespacesJam.ShellShellTreeViewCheckBoxes
Use this property to turn on or off the checkboxes for file and folder selection. The checkboxes will only work, if a ShellControlConnector instance has been assigned to the ShellControlConnector property of this component. It will automatically synchronize the selection state of the items in multiple shell controls linked together with this ShellControlConnector.
Declaration Syntax
C#Visual BasicVisual C++
public bool CheckBoxes { get; set; }
Public Property CheckBoxes As Boolean
public:
property bool CheckBoxes {
	bool get ();
	void set (bool value);
}

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