ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.Windows.Forms.CheckState
    public System.Windows.Forms.CheckState CheckState {get; set;}
    See Also