'Declaration
<BrowsableAttribute(True)> <CategoryAttribute("Loupe")> <DescriptionAttribute("Caption text for Search button")> <DefaultValueAttribute("Search")> Public Property SearchButtonText As String
[Browsable(true)] [Category("Loupe")] [Description("Caption text for Search button")] [DefaultValue("Search")] public string SearchButtonText {get; set;}