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