Click or drag to resize

JamBaseShellListViewCheckBoxMode Property

Use this property to display checkboxes for the control.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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