Click or drag to resize

Window.MenuCommand Method

X#
Provide a method that is invoked when an item on a menu owned by this window is selected.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD MenuCommand(
	oMenuCommandEvent
) AS USUAL CLIPPER
Request Example View Source

Parameters

oMenuCommandEvent (Optional)
Type: Usual
The MenuCommandEvent object that describes which menu and menu command (via the item's ID) generated the event.

Return Value

Type: Usual
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
See Also