|
Navigation: Programming with Amos > Class Reference > Amos Graphics Class Reference > Pd Class Members > Methods > GetRadioButton Method |
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.