InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel 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