Hi,
If I hope my WPF application supported narrator not only Button but also Label and other can display string element, what can I do?
When I try to set "AutomationProperties.Name" for Button, I can got an result that I want, but it can not work for Label or Textblock. Anyone can tell me, is that I misunderstanding or lack of something?
Hi RJ.L,
As far as I know, AutomationProperties provide a means of getting or setting the value of the associated properties of the instance of the
AutomationPeer element.
Automation Properties is a class that contains several additional
attributes. These attributes can provide valuable information for the
Microsoft UI Automation
Accessibility Framework and improve the accessibility of applications.
You have do UI Automation for WPF application?
If yes, please go to the
Windows Desktop Development for Accessibility and Automation
for getting suitable help.
Thank you for your understanding.
Best regards
Yong Lu
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to
MSDN Support, feel free to contact MSDNFSF@microsoft.com.