Click or drag to resize

CheckMode Enumeration

Values that represent check modes for ExplorerBrowser.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.3
Syntax
public enum CheckMode
Members
Member nameValueDescription
None0No checkboxes are used.
Checkboxes1Checkboxes are displayed.
AutoSelect2Checkboxes are displayed that can be used to control the selection of items.
See Also