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