This is a migrated thread and some comments may be shown as answers.

Support UI Automation

1 Answer 55 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Fabiana
Top achievements
Rank 1
Fabiana asked on 10 Jun 2010, 02:32 PM
Hello support!

I would like to know if telerik silverlight controls has support to UI Automation?
I am using : using System.Windows.Automation

And set controls in my application, for example:

Name: ________________
Address:__________________

  AutomationProperties.SetLabeledBy(this.TextBoxName, TextBlockName);
  AutomationProperties.SetLabeledBy(this.TextBoxAddress, TextBlockAddress);

I can do this for all silverlight controls?
Thanks!

1 Answer, 1 is accepted

Sort by
0
Accepted
Yavor Georgiev
Telerik team
answered on 10 Jun 2010, 02:46 PM
Hello Fabiana,

 Yes, we do support System.Windows.Automation AutomationPeers for our controls, so you should have no problem using existing Automation-aware mechanisms with our controls.

All the best,
Yavor Georgiev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Fabiana
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
Share this question
or