Add list box form field.

 

   

Syntax
 

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

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

 

   

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

 

   

Notes
 

Add list box form field.

 

   

Example
 
See the Annotations example project.