Can I change properties of inherited controls at design time?
Posted
by Jeff Stock
on Stack Overflow
See other posts from Stack Overflow
or by Jeff Stock
Published on 2009-03-23T13:17:39Z
Indexed on
2010/06/16
14:22 UTC
Read the original article
Hit count: 203
I am using visual inheritance and was wondering if there is a way to change the properties of inherited controls at design time, preferably in the form designer. If not, then in the designer code.
I have my control declared as Public in the base class. I can access it in the child form code, but not in the form designer. Is this just not possible?
© Stack Overflow or respective owner