MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laCheckBoxWidget_GetCheckedImage Function
MPLAB® Harmony Graphics Suite
laCheckBoxWidget_GetCheckedImage Function
C
LIB_EXPORT GFXU_ImageAsset* laCheckBoxWidget_GetCheckedImage(
    laCheckBoxWidget* btn
);
Parameters
Parameters 
Description 
laCheckBoxWidget* cbox 
the widget 
Returns

GFXU_ImageAsset* - the current checked image asset pointer

MPLAB® Harmony Graphics Suite