(C#, WinForms) How to assign an accessibility attribute to an image in ImageList
- by Yaniv
Hi all,
I'm trying to find a way to make a screen-reader (like JAWS) to read out loud some text that is assigned to images in ImageList.
In other controls (like PushButton) there is "AccessibleName" property, that when contains text, it's being read by JAWS.
the ImageList consists of four icons that represent priorities, and no text is displayed near them.
Is it possible to do it?
Can you think of any other creative solution?
Thanks, Yaniv.