'Declaration <DescriptionAttribute("Indicates whether the SmartItem is in a checked state.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute()> <BrowsableAttribute(True)> <MergablePropertyAttribute(True)> <LocalizableAttribute(False)> Public Property Checked As Boolean
'Usage Dim instance As CheckedListBoxItem Dim value As Boolean instance.Checked = value value = instance.Checked
[Description("Indicates whether the SmartItem is in a checked state.")] [Category("Appearance")] [DefaultValue()] [Browsable(true)] [MergableProperty(true)] [Localizable(false)] public bool Checked {get; set;}