Values that represent check modes for ExplorerBrowser and ShellSystemList.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
SyntaxPublic Enumeration CheckMode
public enum class CheckMode
Members| Member name | Value | Description |
|---|
| None | 0 | No checkboxes are used. |
| Checkboxes | 1 | Checkboxes are displayed. |
| AutoSelect | 2 | Checkboxes are displayed that can be used to control the selection of items. |
See Also