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

The cursor enabled flag controls whether the cursor will display or not

C
LIB_EXPORT laResult laTextFieldWidget_SetCursorEnabled(
    laTextFieldWidget* txt, 
    laBool en
);
Parameters
Parameters 
Description 
laTextFieldWidget* txt 
the widget 
laBool en 
the desired flag state 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite