Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1CheckBox Class / CheckState Property

In This Topic
    CheckState Property
    In This Topic
    Gets or sets the state of the C1CheckBox.
    Syntax
    'Declaration
     
    
    Public Property CheckState As CheckState
    public CheckState CheckState {get; set;}
    See Also