'Declaration <DescriptionAttribute("The state of the checkbox")> <CategoryAttribute("Appearance")> Public Property CheckState As CheckState
'Usage Dim instance As WinCheckBox Dim value As CheckState instance.CheckState = value value = instance.CheckState
[Description("The state of the checkbox")] [Category("Appearance")] public CheckState CheckState {get; set;}