User Guide
836 Chapter 6: Components Dictionary
Events inherited from the UIComponent class
The following table lists the events the UIScrollBar class inherits from the UIComponent class.
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 (false) or horizontally (true).
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
UIObject.reveal Broadcast when an object’s state changes from invisible to
visible.
UIObject.unload Broadcast when the subobjects are being unloaded.
Event Description
UIComponent.focusIn Broadcast when an object receives focus.
UIComponent.focusOut Broadcast when an object loses focus.
UIComponent.keyDown Broadcast when a key is pressed.
UIComponent.keyUp Broadcast when a key is released.
Event Description