'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <SRCategoryAttribute("CatBehavior")> <SRDescriptionAttribute("CheckBoxThreeStateDescr")> Public Property ThreeState As System.Boolean
'Usage
Dim instance As NCheckBox Dim value As System.Boolean instance.ThreeState = value value = instance.ThreeState
[System.ComponentModel.DefaultValue(false)] [SRCategory("CatBehavior")] [SRDescription("CheckBoxThreeStateDescr")] public System.bool ThreeState {get; set;}