Page 1 of 1

Controlname of a PushButton (or any other item) in a Toolbar

Posted: Thu Oct 09, 2008 3:16 pm
by chstnq
Hi,
I have a number of buttons in a Toolbar. To make sure that I select the right button to click I want to identify it by its controlname or controlId. With the RanorexSpy I only get the controlname and controlId of the Toolbar. Is there a way to get to the information I need?


regards
Alex

Posted: Thu Oct 09, 2008 4:29 pm
by Support Team
.NET Windows Forms Toolbar items/buttons neither have a ControlName, nor a ControlId. They can only be identified as elements, e.g. by there element name/value.

Regards,
Alex
Ranorex Support Team