Controls > Advanced Controls > Radio Button > Radio Button State Properties
Radio Button State Properties
ButtonID
Gets a number that is used as reference when the control is part of a radio button group.
JScript
var intID = RadioBtn.ButtonID ();
VBscript
intID = RadioBtn.ButtonID
Element
Description
intID
Integer that is used to reference control in the radio button group.
Accommodates the conversion of legacy scripts. This property returns the same result as the SelectedButton. For new implementations of the Radio Button group, use SelectedButton.
Was this helpful?