Skip to main content
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

NameDescription
CMCS\_CheckedSelected.
CMCS\_CorrectedCheckmark was selected but later was crossed out.

Note: If the type of checkmark is CMT\_Custom, recognized checkmark cannot be in this state.
CMCS\_NotCheckedNot selected.
CMCS\_NotRecognizedThe checkmark has not been recognized yet.

Used in

ICheckmarkBlock::CheckmarkState