'Declaration
<System.ComponentModel.DescriptionAttribute("Determines whether the element will automatically update its CheckState on user input.")> Public Overridable Property AutoCheck As System.Boolean
'Usage
Dim instance As NCheckElement Dim value As System.Boolean instance.AutoCheck = value value = instance.AutoCheck
[System.ComponentModel.Description("Determines whether the element will automatically update its CheckState on user input.")] public virtual System.bool AutoCheck {get; set;}