InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / RadioButtonElement Class / Checked Property

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