Inherits from VI Events.
Generated when the user makes a menu selection from the pull-down menu in LabVIEW. For example, Help»Show Context Help.
The following table lists the event data fields for this event.
Event Data Field | Description |
---|---|
Time | Value of the millisecond timer when the event occurred. |
VIRef | Returns a reference to the VI on which this event occurred. |
MenuRef | Returns a reference to the LabVIEW menu from which an item was selected. |
ItemTag | Returns the specific name of the LabVIEW menu item you selected, such as APP_SHOW_HELP. |
ItemPath | Returns the path of the LabVIEW menu item you selected, such as APP_HELP:SHOW_APP_HELP. Components are separated by colons. |
Discard | Allows you to prevent LabVIEW from processing the event, bypassing the behavior normally triggered by that event. |