J
Jason
I want to use reflection to check if a given class inherits from
UserControl. The solution would need to consider the possibility that the
class does not inherit directly from UserControl but goes through several
layers. Besides creating an instance of the control and doing something like
"myControl Is UserControl", can I use reflection to determine this?
Thanks.
- Jason
UserControl. The solution would need to consider the possibility that the
class does not inherit directly from UserControl but goes through several
layers. Besides creating an instance of the control and doing something like
"myControl Is UserControl", can I use reflection to determine this?
Thanks.
- Jason