Click or drag to resize

JamBaseShellListViewCheckBoxMode Property

Use this property to display checkboxes for the control.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public CheckBoxMode CheckBoxMode { get; set; }

Property Value

Type: CheckBoxMode
One of the available CheckModes. Default value Off suppresses checkboxes. Synchronized collects and shares checked elements in a PathSelectionList in the ShellControlConnector. Using Simple the checked states of the elements are not shared among controls, even if they share the same ShellControlConnector.
See Also