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

Select the button widget specified from the button list for the Radio button group. The function makes sure the specified button widget is a part of the group. It deselects the currently selected button widget and reassigns the focus to the button widget specified.

C
LIB_EXPORT laResult laRadioButtonGroup_SelectButton(
    laRadioButtonGroup* grp, 
    laRadioButtonWidget* btn
);
Returns
MPLAB® Harmony Graphics Suite