'Declaration <DescriptionAttribute("The direction in which the textbox's dropdown will open.")> <CategoryAttribute("DropDown")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property DropDownDirection As DropDownDirection
'Usage Dim instance As WinTextBox Dim value As DropDownDirection instance.DropDownDirection = value value = instance.DropDownDirection
[Description("The direction in which the textbox's dropdown will open.")] [Category("DropDown")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public DropDownDirection DropDownDirection {get; set;}