Click or drag to resize

CheckState Enumeration

Available system image list sizes

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.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