Click or drag to resize

CheckState Enumeration

Available system image list sizes

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public enum CheckState
Members
Member nameValueDescription
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.
Disabled-1 Checkboxes are disabled.
See Also