Window.MenuCommand Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual MenuCommand(
Usual oMenuCommandEvent = default
)
Request Example
View SourceParameters
- 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:
UsualRemarks Tip |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
See Also