Hi,
I can select form control with function to find it but
If i want to find PropertyGrid control then there is no
function to find it.
Is any other way to find it and retrieve?
Thanx,
Nitin.
how to select propertypage control
In the next version (V1.0.0) you can also do the following:
Jenö Herget
Ranorex Team
Code: Select all
PropertyGrid propertyGrid = form.FindPropertyGrid("propertyGrid1");
...
Ranorex Team