Add text field.

 

   

Syntax
 

[C#]
Field AddTextField(XRect rect, string name, string inText)

[Visual Basic]
Function AddTextField(rect As XRect, name As string, text As string) As Field

 

   

Params
 
Name Description
rect Rectangle of the form field
name Name of the form field
text Initial value
return Form field object

 

   

Notes
 

Add text field.

 

   

Example
 
See the Annotations example project.