Microsoft SDK for Java

Form.addOnMenuStart

Assigns a delegate to the menuStart event.

Syntax

public final void addOnMenuStart( EventHandler value )

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.