Click or drag to resize

Control.MenuSelect Method (Typed)

X#
Provide a method that is invoked when an item on a menu owned by the control is highlighted.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD MenuSelect(
	oMenuSelectEvent AS MenuSelectEvent
) AS VOID
Request Example View Source

Parameters

oMenuSelectEvent
Type: MenuSelectEvent
The MenuSelectEvent object that describes which menu and menu command (via the item's ID) generated the event.
See Also