windows control library in c sharp
- by apals
I have just added a textbox, button, label to validate ID of 12 characters. The library is called check_ID. It works fine. The only problem is i have to access the forecolor of label, backcolor of textbox , forecolor of button as per color scheme of the project.
But it seems that none of the properties of the objects in check_ID are available for modification.
I have even changed the modifier to public of all objects by repoening the check_ID project.
Is there another way to access the properties of these objects that are created using windows control library?.
A very big thanks in advance.