CheckmarkCheckStateEnum
CheckmarkCheckStateEnum enumeration constants are used to specify the state of a checkmark block.
typedef enum {
CMCS_NotChecked,
CMCS_Checked,
CMCS_Corrected,
CMCS_NotRecognized
} CheckmarkCheckStateEnum;
Elements
Name | Description |
---|---|
CMCS_Checked | Selected. |
CMCS_Corrected |
Checkmark was selected but later was crossed out. Note: If the type of checkmark is CMT_Custom, recognized checkmark cannot be in this state. |
CMCS_NotChecked | Not selected. |
CMCS_NotRecognized | The checkmark has not been recognized yet. |
Used in
7/3/2024 8:50:25 AM