User Guide
122 Chapter 6: Components Dictionary
Properties inherited from the UIComponent class
The following table lists the properties the Alert class inherits from the UIComponent class.
When calling these properties from the Alert object, use the form
Alert.propertyName.
Properties inherited from the Window class
The following table lists the properties the Alert class inherits from the Window class.
Event summary for the Alert class
The following table lists an event of the Alert class.
Events inherited from the UIObject class
The following table lists the events the Alert class inherits from the UIObject class. When calling
these events from the Alert object, use the form
Alert.eventName.
UIObject.x The left edge of the object, in pixels. Read-only.
UIObject.y The top edge of the object, in pixels. Read-only.
Property Description
UIComponent.enabled Indicates whether the component can receive focus and input.
UIComponent.tabIndex A number indicating the tab order for a component in a document.
Property Description
Window.closeButton Indicates whether a close button is (true) or is not (false) included
on the title bar.
Window.content A reference to the content (root movie clip) of the window.
Window.contentPath Sets the name of the content to display in the window.
Window.title The text that appears in the title bar.
Window.titleStyleDeclaration The style declaration that formats the text in the title bar.
Event Description
Alert.click Broadcast when a button in an Alert window is clicked.
Event Description
UIObject.draw Broadcast when an object is about to draw its graphics.
UIObject.hide Broadcast when an object’s state changes from visible to invisible.
UIObject.load Broadcast when subobjects are being created.
UIObject.move Broadcast when the object has moved.
UIObject.resize Broadcast when an object has been resized.
Property Description