JAWS or windows narrator not working for label and tooltip for c# wpf application

Ajay Gera 20 Reputation points
2024-09-27T14:54:07.38+00:00

Hi,

I am using JAWS screen reader / windows narrator on wpf dialog for wpf application.

But reader does not says about label text and tooltip on hovering on the label.

I have used AutomationProperties.Name , AutomationProperties.LabeledBy as per link https://video2.skills-academy.com/en-us/windows/apps/design/accessibility/basic-accessibility-information

but still no help

Can you please let me know or share sample code how to fix screen reader issue for label and tooltip?

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,765 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,887 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rolle Michel 0 Reputation points
    2024-09-28T01:12:53.8033333+00:00

    Could you specify which version of WPF you're using and the context in which the labels and tooltips are being utilized? This will help in providing a more targeted solution.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.