if(Item->Checked){ iStateId = CBS_CHECKEDNORMAL; } else{ iStateId = CBS_UNCHECKEDNORMAL; } DrawThemeBackground(hTheme, Canvas->Handle, BP_CHECKBOX, iStateId, &chk_box, NULL);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)