'Declaration
<BrowsableAttribute(True)> <CategoryAttribute("Loupe")> <DescriptionAttribute("Specifies whether the severity filter buttons should display message counts next to the icon")> <DefaultValueAttribute(True)> Public Property ShowMessageCounters As Boolean
[Browsable(true)] [Category("Loupe")] [Description("Specifies whether the severity filter buttons should display message counts next to the icon")] [DefaultValue(true)] public bool ShowMessageCounters {get; set;}