nsISupports
Last changed in Gecko 1.9 (Firefox 3)boolean isEnabled(); |
boolean isExtraState(); |
Attribute | Type | Description |
state | unsigned long | Returns the state of accessible (see constants declared in nsIAccessibleStates ). Read only. |
boolean isEnabled();
None.
Returns true
if the state
is turned on.
boolean isExtraState();
None.
Returns true
if the state
is extra state
.