GetActionDescription

« nsIAccessible Page

Summary

This method retrieves the description (localized name) of the accessible action at the given zero-based index.

 AString getActionDescription(
   in PRUint8 aIndex
 );

Parameters

aIndex
[in] The zero-based index.

Return value

Returns the description of the accessible action.

Exceptions thrown

NS_ERROR_FAILURE
Indicates that the accessible is unattached from the accessible tree.
NS_ERROR_INVALID_ARG
Indicates that the given index is our of range.

See Also