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