|

Type


(number) The type of value you want from the selected radiobutton:



CONSTANT


VALUE DESCRIPTION


RADIOGROUP_VALUE


0


Get the radiobutton value. (Default)


RADIOGROUP_OBJECTNAME


1


Get the radiobutton object's name.


RADIOGROUP_TEXT


2


Get the radiobutton's text.


Re t u r n s


(string) The chosen Type data of the currently selected radiobutton object on the page. If no object is selected, or an error occurs, an empty string is returned. You can use Application.GetLastError to determine whether this action failed, and why.


|