import "nsIAccessibleEvent.idl";
Public Member Functions | |
boolean | isExtraState () |
Returns true if the state is extra state. | |
boolean | isEnabled () |
Returns true if the state is turned on. | |
Public Attributes | |
readonly attribute unsigned long | state |
Returns the state of accessible (see constants declared in nsIAccessibleStates). |
boolean nsIAccessibleStateChangeEvent::isEnabled | ( | ) |
Returns true if the state is turned on.
boolean nsIAccessibleStateChangeEvent::isExtraState | ( | ) |
Returns true if the state is extra state.
readonly attribute unsigned long nsIAccessibleStateChangeEvent::state |
Returns the state of accessible (see constants declared in nsIAccessibleStates).