Skip to main content
CheckmarkTypeEnum enumeration constants describe checkmark types.
typedef enum {
 CMT_Square,
 CMT_Empty,
 CMT_Custom,
 CMT_Circle
} CheckmarkTypeEnum;

Elements

NameDescription
CMT\_CircleCheckmarks in circles. For example, checkmarks of this type may look like this (in checked and not checked state): Checkmark_circle_checked Checkmark_circle
CMT\_CustomThe checkmark has a non-standard form. For example, checkmarks of this type may look like this (in checked and not checked state): Checkmark_custom_checked Checkmark_custom
CMT\_EmptyCheckmarks against an empty background. For example, checkmarks of this type may look like this (in checked and not checked state): Checkmark_empty_checked Checkmark_empty
CMT\_SquareCheckmarks in squares. For example, checkmarks of this type may look like this (in checked and not checked state): Checkmark_square_checked Checkmark_square

Used in

ICheckmarkBlock::CheckmarkType