Event
UIObject.reveal
UIObject.unload
Events inherited from the UIComponent class
The following table lists the events the UIScrollBar class inherits from the UIComponent class.
Event
UIComponent.focusIn
UIComponent.focusOut
UIComponent.keyDown
UIComponent.keyUp
UIScrollBar.horizontal
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
scrollBarInstance.horizontal
Description
Property; indicates whether the scroll bar is oriented vertically (
This property can be tested and set. The default value is false.
Example
The following example sets the scroll bar named MyScrollBar to a horizontal orientation:
myScrollBar.horizontal = true;
UIScrollBar.lineScrollSize
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
scrollBarInstance.lineScrollSize
836
Chapter 6: Components Dictionary
Description
Broadcast when an object's state changes from invisible to
visible.
Broadcast when the subobjects are being unloaded.
Description
Broadcast when an object receives focus.
Broadcast when an object loses focus.
Broadcast when a key is pressed.
Broadcast when a key is released.
) or horizontally (
false
).
true
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?