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