'Declaration
<BrowsableAttribute(True)> <CategoryAttribute("Loupe")> <DescriptionAttribute("Specifies whether the Run button should display caption text next to the icon")> <DefaultValueAttribute(True)> Public Property RunButtonTextVisible As Boolean
[Browsable(true)] [Category("Loupe")] [Description("Specifies whether the Run button should display caption text next to the icon")] [DefaultValue(true)] public bool RunButtonTextVisible {get; set;}