Overview | Methods | This Package | All Packages
OverviewMethodsThis PackageAll Packages
Form.addOnMenuStart
Assigns a delegate to the menuStart event.
Syntax
public final void addOnMenuStart( EventHandlervalue**)**
Parameters
value
The EventHandler delegate to be notified when the event occurs.
Remarks
The menuStart event occurs when the form's main menu receives the input focus.
See Also onMenuStart, removeOnMenuStart