MPLAB® Harmony Graphics Suite
|
The cursor enabled flag controls whether the cursor will display or not
LIB_EXPORT laResult laTextFieldWidget_SetCursorEnabled( laTextFieldWidget* txt, laBool en );
Parameters |
Description |
laTextFieldWidget* txt |
the widget |
laBool en |
the desired flag state |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|