General Control Inheritance Question
i have a similar question about how to visually see the inherited control on the form in design view. i create a class "myPanel" within my main form's class which inherits from Panel. i do this so i can isolate and override various methods of the panel, such as onpaint, onmousemove, etc. but when i define the panel this way i don't understand how to then see an instance of this inherited panel on my form in design view?
what am i missing?
thanks in advance
|