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

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