Add radio button group.

 

   

Syntax
 

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

[Visual Basic]
Function AddRadioButtonGroup(rects() As XRect, name As string, selected As int) As Field

 

   

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.