Click or drag to resize

Window.MenuCommand Method (Typed)

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

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

Parameters

oMenuCommandEvent
Type: MenuCommandEvent
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