Ranorex

how to select propertypage control

 
Post new topic   Reply to topic    Ranorex Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
nitin



Joined: 09 Nov 2006
Posts: 5

PostPosted: Fri Nov 10, 2006 8:04 am    Post subject: how to select propertypage control
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.
Back to top
View user's profile Send private message Yahoo Messenger
nitin



Joined: 09 Nov 2006
Posts: 5

PostPosted: Fri Nov 10, 2006 8:37 am    Post subject:
Hi,

I can do this like :
Control propertyGrid = form.FindControlName("propertyGrid1");
Back to top
View user's profile Send private message Yahoo Messenger
admin
Site Admin


Joined: 05 Jul 2006
Posts: 351

PostPosted: Sun Nov 12, 2006 7:28 pm    Post subject:
In the next version (V1.0.0) you can also do the following:

Code: click into code to enlarge
PropertyGrid propertyGrid = form.FindPropertyGrid("propertyGrid1");
...


Jenö Herget
Ranorex Team
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Ranorex Forum Index -> General Questions All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum