ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / CheckButtonElement Class / Checked Property

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