Search code examples
winapicomaccessibilitymshtml

IHTMLElement -> IAccessible


How to get IAccessible from IHTMLElement?

I have receive "Interface is not support" error.


Solution

  • Not all HTML elements are accessible. See Accessible HTML Elements (there's also a list of accessible elements below). You might have hit an element that is not meant to be accessible.