I'm creating a UserControl in Vb.Net. It consists of a TextBox and a button containing an ellipsis. When moving a normal TextBox around the visual designer, it is possible to align the TextBox with other controls. BUT, it is also possible to align the base of the text in the TextBox with the base of the text in other controls.
What propert(ies) do I expose in my UserControl to be able to do this in the visual designer?
Many thanks,
Mark