Inherits from VI Events.
Generated when the user makes a menu selection from a user-defined menu. For example, mymenu.rtm, which has a user-defined menu tag. Menu selections with APP tags generate Menu Selection (APP) events.
The following table lists the event data fields for this event.
Event Data Field | Description |
---|---|
Type | Returns the type of event that occurred, such as Mouse Down, Value Changed, or Timeout. |
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. |