'Declaration <DescriptionAttribute("Indicates whether the SmartItem can respond to user interaction.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute()> <BrowsableAttribute(True)> <MergablePropertyAttribute(True)> <LocalizableAttribute(False)> Public Property Enabled As Boolean
'Usage Dim instance As SmartItem Dim value As Boolean instance.Enabled = value value = instance.Enabled
[Description("Indicates whether the SmartItem can respond to user interaction.")] [Category("Behavior")] [DefaultValue()] [Browsable(true)] [MergableProperty(true)] [Localizable(false)] public bool Enabled {get; set;}