MPLAB® Harmony Graphics Suite
|
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.
LIB_EXPORT laBool laWidget_GetEnabled( laWidget* wgt );
Parameters |
Description |
laWidget* wgt |
the widget |
laBool - the value of the enabled flag
MPLAB® Harmony Graphics Suite
|