Values that represent check box modes.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax Public Enumeration CheckBoxMode
public enum class CheckBoxMode
Members
| Member name | Value | Description |
---|
| Off | 0 | No checkboxes are displayed. |
| Simple | 1 | Checkboxes are available, checked states are handled in the control only, no synchronization with other components, no grayed states. |
| Synchronized | 2 | Checkboxes are available. Checkstates are shared among components using the same ShellControlConnector. |
See Also