Menu Selection (User)
- Updated2025-07-30
- 1 minute(s) read
Generated when the user selects a user-defined item from the LabVIEW menu. Use the Menu Selection (App) event to generate an event when the user selects an application menu item.
Event Data Fields
| Name | Description | ||
|---|---|---|---|
| Source | Source of the event. LabVIEW UI refers to any built-in user interface event.
|
||
| Type | Type of event that occurred, such as Mouse Down, Value Change, Timeout, and so on. |
||
| Time | Value of the millisecond timer when the event occurred. |
||
| VIRef | Reference to the VI on which this event occurred. |
||
| MenuRef | |||
| ItemTag | Name of the LabVIEW menu item the user selected, such as APP_MY_HELP. |
||
| ItemPath | Path of the LabVIEW menu item the user selected, such as APP_HELP:MY_HELP. |