var intID = RadioBtn.ButtonID ();
intID = RadioBtn.ButtonID
|
Element
|
Description
|
|---|---|
|
intID
|
Integer that is used to reference control in the radio button group.
|
RadioBtn.SetSelectedButton(IntSet);
RadioBtn.SetSelectedButton = IntSet
RadioBtn.SetSelectedButton = IntSet
|
Element
|
Description
|
|---|---|
|
IntSet
|
The index of the selected item or item to select. The index is one-based.
|