'Declaration <DescriptionAttribute("Indicated if the tool is part of a group")> <CategoryAttribute("Behavior")> <DefaultValueAttribute()> <BrowsableAttribute(True)> <MergablePropertyAttribute(True)> <LocalizableAttribute(False)> Public Property Grouped As Boolean
'Usage Dim instance As CheckTool Dim value As Boolean instance.Grouped = value value = instance.Grouped
[Description("Indicated if the tool is part of a group")] [Category("Behavior")] [DefaultValue()] [Browsable(true)] [MergableProperty(true)] [Localizable(false)] public bool Grouped {get; set;}