Control.MenuSelect Method | |
Provide a method that is invoked when an item on a menu owned by the control is highlighted.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD MenuSelect(
oMenuSelectEvent
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual MenuSelect(
Usual oMenuSelectEvent = default
)
Request Example
View SourceParameters
- oMenuSelectEvent (Optional)
- Type: Usual
The MenuSelectEvent object that describes which menu and menu command (via the item's ID) generated the event.
Return Value
Type:
UsualSee Also