Click or drag to resize

CheckBoxMode Enumeration

Values that represent check box modes.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public enum CheckBoxMode
Members
  Member nameValueDescription
Off0No checkboxes are displayed.
Simple1Checkboxes are available, checked states are handled in the control only, no synchronization with other components, no grayed states.
Synchronized2Checkboxes are available. Checkstates are shared among components using the same ShellControlConnector.
See Also