'Declaration <DescriptionAttribute("Indicates if the checkbox will allow three check states rather than two.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute(False)> Public Property ThreeState As Boolean
'Usage Dim instance As WinCheckBox Dim value As Boolean instance.ThreeState = value value = instance.ThreeState
[Description("Indicates if the checkbox will allow three check states rather than two.")] [Category("Behavior")] [DefaultValue(false)] public bool ThreeState {get; set;}