User Guide

1362 UIObject class
UIObject.bottom
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX 2004.
Usage
componentInstance.bottom
Description
Property (read-only); a number indicating the bottom position of the object, in pixels, relative
to its parents bottom. To set this property, call
UIObject.move().
Example
This example moves the check box so it aligns under the bottom edge of the list box:
myCheckbox.move(myCheckbox.x, form.height - listbox.bottom);
UIObject.createClassObject()
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX 2004.
Usage
componentInstance.createClassObject(className, instanceName, depth,
initObject)
Parameters
className An object indicating the class of the new instance.
instanceName A string indicating the instance name of the new instance.
depth A number indicating the depth of the new instance.
initObject An object containing initialization properties for the new instance.
Returns
A UIObject object that is an instance of the specified class.