Hi,
I use CMFCPropertyGridProperty and CMFCPropertyGridCtrl classes to build my property grid. Pretty standard control, standard grid functionality, items can be expanded/collapsed to see sub-items etc.
While testing it with JAWS, there is no indication of a closed/open item. The same way it recognizes open/closed items while walking through a tree control.
I would probably need something like STATE_SYSTEM_COLLAPSED orSTATE_SYSTEM_EXPANDED , but these states are reserved for ROLE_SYSTEM_OUTLINEITEM.
Am I missing something or I need to overwrite the IAccessible::get_accRole and IAccessible::get_accState?
Thank you!
Alex