ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfRadioCheckBase Class / Checked Property

In This Topic
    Checked Property (PdfRadioCheckBase)
    In This Topic
    Gets or sets a value indicating whether the current object is in a checked state.
    Syntax
    'Declaration
     
    
    Public Property Checked As Boolean
    public bool Checked {get; set;}
    See Also