Link to home
Start Free TrialLog in
Avatar of eugene-g
eugene-g

asked on

Visual Studio 2008 - need to see control hierarchy

As I'm adding controls to my WinForms application, I need to be able to see a hierarchical view of my controls.
Example: If I have a Form "MainForm", which contains a UserControl "Control1", which contains a TextBox "tBox1" - I need to see this hierarchical relationship in a form of a tree view within the Visual Studio 2008 Express during the design time. The reason is - if one of the controls completely blocks the view/access to its parent control, I need to be able to still reach that blocked control to change its properties.
How do I accomplish this?

-Eugene
ASKER CERTIFIED SOLUTION
Avatar of elimesika
elimesika
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial