Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Constants for the values of the
detail
property
of a ScrollEvent.
public static const AT_BOTTOM:String = atBottom
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the bottom of its scrolling range.
public static const AT_LEFT:String = atLeft
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the left of its scrolling range.
public static const AT_RIGHT:String = atRight
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the right of its scrolling range.
public static const AT_TOP:String = atTop
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the top of its scrolling range.
public static const LINE_DOWN:String = lineDown
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved down by one line.
public static const LINE_LEFT:String = lineLeft
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved left by one line.
public static const LINE_RIGHT:String = lineRight
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved right by one line.
public static const LINE_UP:String = lineUp
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved up by one line.
public static const PAGE_DOWN:String = pageDown
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved down by one page.
public static const PAGE_LEFT:String = pageLeft
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved left by one page.
public static const PAGE_RIGHT:String = pageRight
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved right by one page.
public static const PAGE_UP:String = pageUp
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved up by one page.
public static const THUMB_POSITION:String = thumbPosition
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar thumb has stopped moving.
public static const THUMB_TRACK:String = thumbTrack
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar thumb is moving.
Wed Nov 15 2017, 09:50 AM +01:00