ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckBox Class / Checked Property

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