neha_renukdas
14 years agoOccasional Contributor
How to access child objects from a Parent object?
Suppose if we have a Parent object eg: A WinFormsObject("xTabProject") which has child object like Tab controls.I used Find method to find the parent object and then in that object i need to access its child object like double clicking on Tabs/right click on tabs.
I tried using the .Net properties to get the selected tab index, tab count, etc. but couldn't do. Can anyone help me on this, please?
I tried using the .Net properties to get the selected tab index, tab count, etc. but couldn't do. Can anyone help me on this, please?