'Declaration
<BrowsableAttribute(True)> <CategoryAttribute("Loupe")> <DescriptionAttribute("Specifies whether tooltips include developer details about threads and calling method")> <DefaultValueAttribute(True)> Public Property ShowDetailsInTooltips As Boolean
[Browsable(true)] [Category("Loupe")] [Description("Specifies whether tooltips include developer details about threads and calling method")] [DefaultValue(true)] public bool ShowDetailsInTooltips {get; set;}