mattyboy2000
Programmer
Hi I am inheriting from the RadioButton Control and need to know how I get a reference to it's container/Parent control. ie if I have a form (Form1) which contains a Panel (Panel1) which contains a Radio Button (Radio1) how do I get a reference from Radio1 to the Panel1.
I understand there are functions to get the Bottom Form, but not the next control up the list:
Me.TopLevelControl.Name
Me.FindForm.Name
Hope you can help
Matt
I understand there are functions to get the Bottom Form, but not the next control up the list:
Me.TopLevelControl.Name
Me.FindForm.Name
Hope you can help
Matt