Add text field.

 

   

Syntax
 

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

 

   

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.

None.