Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1RadioButton Class / Checked Property

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