nsIAccessibleValue
IID: | F4ABBC2F-0F28-47DC-A9E9-F7A1719AB2BE |
Inherits From: | nsISupports |
Properties
readonly double currentValue
readonly double maximumValue
readonly double minimumValue
Methods
PRBool setCurrentValue ( double value )
PRBool setCurrentValue ( double value )
We want to be able to return a success condition of the value getting set. ie if the value is not within the interval of minimumValue-maximumValue
- Arguments:
- value
Reference documentation is generated from Mozilla's source.