This behavior pattern implements standard behavior for Range control. Extends HTMLObject. Extends SeSSimulatedObject.
Behavior Pattern: HTML5RangeBehavior
Property Summary
Property
|
Description
|
Getter
|
Setter
|
MaxValue
|
Maximum value of the object or 'false' if value can't be read.
|
GetMaxValue
|
|
MinValue
|
Minimum value of the object or 'false' if value can't be read.
|
GetMinValue
|
|
Property Detail
MaxValue
Maximum value of the object or 'false' if value can't be read.
Accessors: GetMaxValue
MinValue
Minimum value of the object or 'false' if value can't be read.
Accessors: GetMinValue
|