User Guide
834 Chapter 6: Components Dictionary
Methods inherited from the UIComponent class
The following table lists the methods the UIScrollBar class inherits from the UIComponent class.
When calling these methods from the UIScrollBar object, use the form
UIScrollBarInstance.methodName.
Property summary for the UIScrollBar class
The following table lists properties of the UIScrollBar class.
Properties inherited from the UIObject class
The following table lists the properties the UIScrollBar class inherits from the UIObject class.
When accessing these properties from the UIScrollBar object, use the form
UIScrollBarInstance.propertyName.
UIObject.setSkin() Sets a skin in the object.
UIObject.setStyle() Sets the style property on the style declaration or object.
Method Description
UIComponent.getFocus() Returns a reference to the object that has focus.
UIComponent.setFocus() Sets focus to the component instance.
Property Description
UIScrollBar.lineScrollSize The number of lines or pixels scrolled when the user clicks the
arrow buttons of the scroll bar.
UIScrollBar.pageScrollSize The number of lines or pixels scrolled when the user clicks the
track of the scroll bar.
UIScrollBar.scrollPosition The current scroll position of the scroll bar.
UIScrollBar._targetInstanceName The instance name of the text field associated with the
UIScrollBar instance.
UIScrollBar.horizontal A Boolean value indicating whether the scroll bar is oriented
vertically (
false), the default, or horizontally (true).
Property Description
UIObject.bottom The position of the bottom edge of the object, relative to the
bottom edge of its parent. Read-only.
UIObject.height The height of the object, in pixels. Read-only.
UIObject.left The left edge of the object, in pixels. Read-only.
UIObject.right The position of the right edge of the object, relative to the
right edge of its parent. Read-only.
UIObject.scaleX A number indicating the scaling factor in the x direction of the
object, relative to its parent.
Method Description