Add list box form field.

 

   

Syntax
 

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

 

   

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.

None.