0

I know that if I have a control, I can do controlobj.FindForm to get a handle on the form it resides in. but is there a similar method to find out the UserControl that a control is in?

thanks

nat

nat
  • 2,185
  • 5
  • 32
  • 64

1 Answers1

0

ended up recursing my way up the parent tree until I hit a usercontrol

nat
  • 2,185
  • 5
  • 32
  • 64