Custom Control Property (list)
I've created this Inherited (textbox) Custom control. I'm want to provide a property "Validating Type" that has a dropdown list of possible values
Such as
Alpha
AlphaNumeric
Whole Numbers
Numbers with decimal
I know how to create properties with using get and set. I've already implemented several properties. But can't figure out how to provide a dropdown list to allow for choosing from a list of possible values.