MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laWidget_GetEnabled Function
MPLAB® Harmony Graphics Suite
laWidget_GetEnabled Function

Returns the boolean value of the widget enabled property. The widget enable flag often governs things like appearing 'greyed out' and prohibits user interactiong if it is false. Widgets must individually support this flag.

C
LIB_EXPORT laBool laWidget_GetEnabled(
    laWidget* wgt
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
Returns

laBool - the value of the enabled flag

MPLAB® Harmony Graphics Suite