
Creating properties of custom properties?
How do I create properties of custom properties in a control? For example,
I know I can add new properties to my control such as "controlColor", but
what if I want to extend that to "controlColor.border", "controlColor.bg",
and "controlColor.text"?? How would I go about doing that?
Best regards,
Jon Davis