跳轉到主要內容
CheckmarkTypeEnum 枚舉常數用於描述核取記號的型別。
typedef enum {
 CMT_Square,
 CMT_Empty,
 CMT_Custom,
 CMT_Circle
} CheckmarkTypeEnum;

元素

NameDescription
CMT_Circle圓圈內的核取記號。例如,此型別的核取記號可能如下所示 (已勾選與未勾選狀態) : Checkmark_circle_checked Checkmark_circle
CMT_Custom核取記號採用非標準形式。例如,此型別的核取記號可能如下所示 (已勾選與未勾選狀態) : Checkmark_custom_checked Checkmark_custom
CMT_Empty空白背景上的核取記號。例如,此型別的核取記號可能如下所示 (已勾選與未勾選狀態) : Checkmark_empty_checked Checkmark_empty
CMT_Square方框內的核取記號。例如,此型別的核取記號可能如下所示 (已勾選與未勾選狀態) : Checkmark_square_checked Checkmark_square

用於

ICheckmarkBlock::CheckmarkType