'Declaration <DescriptionAttribute("Indicates if the DropDownControl is resizable.")> <CategoryAttribute("DropDown")> Public Property DropDownResizable As Boolean
'Usage Dim instance As WinTextBox Dim value As Boolean instance.DropDownResizable = value value = instance.DropDownResizable
[Description("Indicates if the DropDownControl is resizable.")] [Category("DropDown")] public bool DropDownResizable {get; set;}