'Declaration <DescriptionAttribute("Indicates if the dropdown can be shown.")> <CategoryAttribute("DropDown")> Public Property AllowDropDown As Boolean
'Usage Dim instance As WinTextBox Dim value As Boolean instance.AllowDropDown = value value = instance.AllowDropDown
[Description("Indicates if the dropdown can be shown.")] [Category("DropDown")] public bool AllowDropDown {get; set;}