Add combo box form field.

 

   

Syntax
 

[C#]
Field AddComboBoxField(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 combo box form field.

 

   

Example
 
See the Annotations example project.

None.