CustomFileListTCheckBoxes Property |
Use this property to turn on or off the checkboxes for file and folder selection.
The checkboxes will only work, if a
ShellControlConnector 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.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public override bool CheckBoxes { get; set; }
Public Overrides Property CheckBoxes As Boolean
Get
Set
public:
virtual property bool CheckBoxes {
bool get () override;
void set (bool value) override;
}
abstract CheckBoxes : bool with get, set
override CheckBoxes : bool with get, set
Property Value
Type:
BooleanSee Also