Menu.getSelectedRadioEntryValue

Get the value of the selected radio button entry. This value will be the same as the entry's label. This method will return an empty string if no radio button entry exists or none are selected.

class Menu
string
getSelectedRadioEntryValue
()

Return Value

Type: string

The value of the selected radio button entry.

Meta