I managed to create subproperties for a custom control, but I am running into one problem.
The parent property is displaying the control.classname value instead of being blank (like the Font property).
Below is the image.
You'll notice next (to the right) of the Font property it is blank.
But next to my custom property (UseRequiredValidator) it has the value (JHARequiredFieldValidator.RequiredFieldValidatorProperties).
How can I make that blank???
I would also like to have the last child property (UseRequiredValidator) to be the first child property listed (above ErrorMessage and ErrorText)
http://www.vbforums.com/attachment.p...postid=1674525
