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

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