windows control library in c sharp
Posted
by apals
on Stack Overflow
See other posts from Stack Overflow
or by apals
Published on 2010-05-25T05:03:11Z
Indexed on
2010/05/25
5:11 UTC
Read the original article
Hit count: 216
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.
© Stack Overflow or respective owner