Passer au contenu principal

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

Les constantes de l’énumération CheckmarkCheckStateEnum sont utilisées pour spécifier l’état d’un bloc de coche.
typedef enum {
 CMCS_NotChecked,
 CMCS_Checked,
 CMCS_Corrected,
 CMCS_NotRecognized
} CheckmarkCheckStateEnum;

Éléments

NomDescription
CMCS_CheckedCochée.
CMCS_CorrectedLa coche a d’abord été sélectionnée, puis barrée.

Remarque : Si le type de coche est CMT_Custom, la coche reconnue ne peut pas se trouver dans cet état.
CMCS_NotCheckedNon cochée.
CMCS_NotRecognizedLa coche n’a pas encore été reconnue.

Utilisé dans

ICheckmarkBlock::CheckmarkState