(C#, WinForms) How to assign an accessibility attribute to an image in ImageList
Posted
by Yaniv
on Stack Overflow
See other posts from Stack Overflow
or by Yaniv
Published on 2010-03-21T09:01:41Z
Indexed on
2010/03/21
9:11 UTC
Read the original article
Hit count: 524
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.
© Stack Overflow or respective owner