InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / CheckButtonElement Class / CheckState Property

In This Topic
    CheckState Property (CheckButtonElement)
    In This Topic
    Gets or sets the button's CheckState (can be checked, unchecked, or indeterminate).
    Syntax
    'Declaration
     
    Public Property CheckState As CheckState
    public CheckState CheckState {get; set;}
    See Also