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

In This Topic
    AutoCheck Property (C1RadioButton)
    In This Topic
    Gets or sets a value indicating whether the Checked value and the appearance of the control automatically change when the control is clicked.
    Syntax
    'Declaration
     
    
    Public Property AutoCheck As Boolean
    public bool AutoCheck {get; set;}
    See Also