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!
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!