Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputRadioButton Class / Checked Property

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