'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the element will allow the user to select the three available states.")> Public Overridable Property ThreeStates As System.Boolean
'Usage
Dim instance As NCheckElement Dim value As System.Boolean instance.ThreeStates = value value = instance.ThreeStates
[System.ComponentModel.Description("Gets/sets a value indicating whether the element will allow the user to select the three available states.")] public virtual System.bool ThreeStates {get; set;}