Add button field.

 

   

Syntax
 

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

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

 

   

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

 

   

Notes
 

Add a button field.

 

   

Example
 
See the Annotations example project.