InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputRadioButton Class / Checked Property

In This Topic
    Checked Property (InputRadioButton)
    In This Topic
    Indicates whether the component is in the checked state.
    Syntax
    'Declaration
     
    Public Property Checked As Boolean
    public bool Checked {get; set;}
    See Also