Click or drag to resize

CheckState Enumeration

Available system image list sizes

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public enum CheckState
Members
  Member nameValueDescription
Disabled-1 Checkboxes are disabled.
None1 Checking this item is not possible.
Checked2 This item is full checked.
UnChecked3 This item is not checked.
Grayed4 This item is partly checked.
See Also