Please add a summary to this article.
1.0
28
Introduced
Gecko 1.9
Inherits from:
nsISupports
Last changed in Gecko 1.9 (Firefox 3)Method overview
boolean isEnabled(); |
boolean isExtraState(); |
Attributes
| Attribute | Type | Description |
state | unsigned long | Returns the state of accessible (see constants declared in nsIAccessibleStates). Read only. |
Methods
isEnabled()
boolean isEnabled();
Parameters
None.
Return value
Returns true if the state is turned on.
isExtraState()
boolean isExtraState();
Parameters
None.
Return value
Returns true if the state is extra state.