ShellTreeViewCheckBoxMode Property |
Use this property to display checkboxes for the control.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public CheckBoxMode CheckBoxMode { get; set; }
Public Property CheckBoxMode As CheckBoxMode
Get
Set
public:
property CheckBoxMode CheckBoxMode {
CheckBoxMode get ();
void set (CheckBoxMode value);
}
member CheckBoxMode : CheckBoxMode with get, set
Property Value
Type:
CheckBoxModeOne 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