Bikinis and palm trees danced in my head...
I was still in the baggage line.
- Zac Brown, Wyatt Durette, John Hopkins, Shawn Mullins
aztec.ui.MenuShowEvent
public class MenuShowEvent from<WindowEvent>
Base
Event
WindowEvent
MenuShowEvent
The MenuShowEvent class provides an event class which occurs when a new pull down menu is displayed. A separate event is sent to each menu item in the menu. It gives the menu item a chance to change the state of the menu item dynamically as it's being shown.
IMenuShowEvent Methods
Derived Classes
None
See Also
Class Hierarchy, Dialog, Frame, MenuItem, ItemSelectEvent
MenuShowEvent()
public method MenuShowEvent(MenuItem AssociatedItem)
Parameters
AssociatedItem
The menu item associated with the event
Return Value
None
Description
Constructor for the MenuShowEvent class.
MenuShowEvent Class