Reported by mdcurran on 2008-11-24 11:56
APIs such as IAccessible2 and UI Automation may have custom states on their objects. Examples of this could be a contact in an instant messaging program, with a custom state of ''away' or 'online' etc.
NVDAObjects should contain a customStates property which is a list of strings which are the current custom states.
IAccessible2: use localizedExtendedStates, or extendedStates.
UIAutomation: use itemState
The text was updated successfully, but these errors were encountered:
Comment 1 by mdcurran on 2008-11-25 02:18
customStates should be a dictionary, where the keys are the non-localized custom states, and the values are localized states. I.E. for programmatic use you use the keys, for speech and braille you use the values.
Reported by mdcurran on 2008-11-24 11:56
APIs such as IAccessible2 and UI Automation may have custom states on their objects. Examples of this could be a contact in an instant messaging program, with a custom state of ''away' or 'online' etc.
NVDAObjects should contain a customStates property which is a list of strings which are the current custom states.
The text was updated successfully, but these errors were encountered: