'Declaration <DescriptionAttribute("The size of the dropdown.")> <CategoryAttribute("DropDown")> Public Property DropDownSize As Size
'Usage Dim instance As WinTextBox Dim value As Size instance.DropDownSize = value value = instance.DropDownSize
[Description("The size of the dropdown.")] [Category("DropDown")] public Size DropDownSize {get; set;}