'Declaration
<BrowsableAttribute(True)> <CategoryAttribute("Loupe")> <DescriptionAttribute("Allows each of the message severity filter buttons to toggle independently rather than act as a minimum severity setting.")> <DefaultValueAttribute(False)> Public Property EnableIndependentSeverityFilters As Boolean
[Browsable(true)] [Category("Loupe")] [Description("Allows each of the message severity filter buttons to toggle independently rather than act as a minimum severity setting.")] [DefaultValue(false)] public bool EnableIndependentSeverityFilters {get; set;}