ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfRadioButton Class
Members

In This Topic
    PdfRadioButton Class
    In This Topic
    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