User Guide

580 Chapter 6: Components Dictionary
Properties inherited from the UIComponent class
The following table lists the properties the MenuBar class inherits from the UIComponent class.
When calling these properties from the MenuBar object, use the form
MenuBar.propertyName.
Event summary for the MenuBar class
There are no events exclusive to the MenuBar class.
Events inherited from the Menu class
The following table lists the events the MenuBar class inherits from the Menu class. When calling
these events from the MenuBar object, use the form
MenuBar.eventName.
Events inherited from the UIObject class
The following table lists the events the MenuBar class inherits from the UIObject class. When
calling these events from the MenuBar object, use the form
MenuBar.eventName.
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.
Event Description
Menu.change Broadcast when a user causes a change in a menu.
Menu.menuHide Broadcast when a menu closes.
Menu.menuShow Broadcast when a menu opens.
Menu.rollOut Broadcast when the pointer rolls off an item.
Menu.rollOver Broadcast when the pointer rolls over an item.
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.
UIObject.reveal Broadcast when an object’s state changes from invisible to visible.
UIObject.unload Broadcast when the subobjects are being unloaded.