MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laCheckBoxWidget_GetText Function
MPLAB® Harmony Graphics Suite
laCheckBoxWidget_GetText Function
C
LIB_EXPORT laResult laCheckBoxWidget_GetText(
    laCheckBoxWidget* cbox, 
    laString* str
);
Parameters
Parameters 
Description 
laCheckBoxWidget* cbox 
the widget 
str 
pointer to an laString object 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite