Page 1 of 1

AccessibleName property for panels

Posted: 2021-03-10, 10:32 UTC
by Woailizhi
I suggest that the left and right panels make use of the AccessibleName property in order to improve accessibility for the blind users. Currently it's hard to know on which panel you're operating.

Re: AccessibleName property for panels

Posted: 2021-03-10, 17:59 UTC
by ghisler(Author)
Thanks for the info about the AccessibleName property, I think I found a way to use this also in traditional Win32 programs:
https://docs.microsoft.com/en-us/accessibility-tools-docs/items/win32/list_name

I hope that I can add it in one of the next versions.

Re: AccessibleName property for panels

Posted: 2021-03-10, 20:08 UTC
by Woailizhi
Well, I was taught to use MSAA instead of UIA, but that will do!
Thank you MR Christian! I would be very grateful.