ComponentOne PDF for .NET
PdfRadioButton Class
Members 

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace : PdfRadioButton Class
Represents a radio button.
Object Model
PdfRadioButton Class
Syntax
'Declaration
 
Public Class PdfRadioButton 
   Inherits PdfRadioCheckBase
public class PdfRadioButton : PdfRadioCheckBase 
Remarks
To join several radio buttons into a group (so that only one button in the group can be checked at any one moment), assign the same value to the PdfFieldBase.Name property of all buttons in the group.
Inheritance Hierarchy

System.Object
   C1.C1Pdf.PdfFieldBase
      C1.C1Pdf.PdfRadioCheckBase
         C1.C1Pdf.PdfRadioButton

See Also

Reference

PdfRadioButton Members
C1.C1Pdf Namespace