PDFRadioButton

From Xojo Documentation

Class (inherits from PDFButton)


New in 2021r3

A radio button that can be embedded into a PDFDocument.

Properties
Name Tag Value
Constructors

Constructor(pageNumber As Integer, x As Integer, y As Integer, width as Integer, height As Integer, name As String, tag As String)


Notes

In order for two or more PDFRadioButton's to act as a group, all must share the same Name property value.

Only the button itself is drawn. If you want a label for the button, you'll need to draw that yourself.

Compatibility

All project types on all supported operating systems.

See Also

PDFDocument.AddControl method.