'Declaration <DescriptionAttribute("The location of the DropDownControl's anchor.")> <CategoryAttribute("DropDown")> Public Property DropDownAnchor As DropDownAnchor
'Usage Dim instance As WinTextBox Dim value As DropDownAnchor instance.DropDownAnchor = value value = instance.DropDownAnchor
[Description("The location of the DropDownControl's anchor.")] [Category("DropDown")] public DropDownAnchor DropDownAnchor {get; set;}