Add radio button group.

 

   

Syntax
 

[C#]
Field AddRadioButtonGroup(XRect[] rects, string name, int selected)

 

   

Params
 
Name Description
rects Radio button rectangles.
name Name of the radio button form field.
selected Number of initially selected button using a zero based index.
return Form field object.

 

   

Notes
 

Add radio button group.

 

   

Example
 
See the Annotations example project.

None.