Gets a RadioButton control in an Amos Graphics window.
Syntax
result = pd.GetRadioButton (formName, controlName)
The GetRadioButton method syntax has the following parts:
Part |
Description |
result |
An object of type System.Windows.Forms.RadioButton. |
formName |
(String) The name of an Amos Graphics form. |
controlName |
(String) The name of a RadioButton on an Amos Graphics form. |
To obtain formName and controlName values for a RadioButton, hold the mouse pointer over the RadioButton and press F1.