J
james
I have a custom UserControl, which can have many sub class levels
derived from it. I want to be able to discover all the components at
Load time, but the only components I can see from the base class
are the private components internal to the base class itself. What
I want are ALL components for the entire class no matter how many
levels of sub-classing this particular control contains.
I do not want to have to force the child classes to implement a method
so that the base class can get access to its components. It would
like to hide this fact from the child classes, and just handle it in the
base. Is there any way at all I can do this ?
Thanks in advance
JIM
derived from it. I want to be able to discover all the components at
Load time, but the only components I can see from the base class
are the private components internal to the base class itself. What
I want are ALL components for the entire class no matter how many
levels of sub-classing this particular control contains.
I do not want to have to force the child classes to implement a method
so that the base class can get access to its components. It would
like to hide this fact from the child classes, and just handle it in the
base. Is there any way at all I can do this ?
Thanks in advance
JIM