I have a WinForm application that has a button with a background image. There is no text for the button. It just has a refresh symbol.
Since there is no text, the screen reader cannot βseeβ the button to indicate what it is. However, when I add text, it is above the image and looks awful.
Is there a way in a WinForm application for a button so that hidden text is visible to a screen reader, but not to the user?
Kevin source share