MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laListWidget_GetItemEnable Function
MPLAB® Harmony Graphics Suite
laListWidget_GetItemEnable Function
C
LIB_EXPORT laBool laListWidget_GetItemEnable(
    laListWidget* lst, 
    uint32_t idx
);
Parameters
Parameters 
Description 
laListWidget* lst 
the widget 
uint32_t index 
the index of the item in the list 
Returns

laBool - the enable state of the item

MPLAB® Harmony Graphics Suite