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

If this button belongs to a radio button group then this function will potentially unselect another button and become selected.

C
LIB_EXPORT laResult laRadioButtonWidget_SetSelected(
    laRadioButtonWidget* btn
);
Parameters
Parameters 
Description 
laRadioButtonWidget* btn 
the widget 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite