ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckBox Class / AutoCheck Property

In This Topic
    AutoCheck Property (C1CheckBox)
    In This Topic
    Gets or set a value indicating whether the Checked or CheckState values and the C1CheckBox's appearance are automatically changed when the C1CheckBox is clicked.
    Syntax
    'Declaration
     
    
    Public Property AutoCheck As Boolean
    public bool AutoCheck {get; set;}
    See Also