User Guide
Menu class (Flash Professional only) 903
Methods inherited from the UIComponent class
The following table lists the methods the Menu class inherits from the UIComponent class.
When calling these methods from the Menu object, use the form
MenuInstance.methodName.
Property summary for the Menu class
The following table lists the property of the Menu class.
Properties inherited from the UIObject class
The following table lists the properties the Menu class inherits from the UIObject class.
When accessing these properties from the Menu object, use the form
MenuInstance.propertyName.
UIObject.redraw() Forces validation of the object so it is drawn in the current
frame.
UIObject.setSize() Resizes the object to the requested size.
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
Menu.dataProvider The data source for a menu.
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.
Method Description