Menu Selection (User) Event

LabView Local Project Settings

Menu Selection (User) Event

Installed With: Full Development System

Class: VI Events

Type: Notify

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

NameDescription
SourceSource of the event. LabVIEW UI refers to any built-in user interface event.

0LabVIEW UI
TypeType of event that occurred, such as Mouse Down, Value Change, Timeout, and so on.
TimeValue of the millisecond timer when the event occurred.
VIRefReference to the VI on which this event occurred.
MenuRefReference to the LabVIEW menu from which an item was selected.
ItemTagName of the LabVIEW menu item the user selected, such as APP_MY_HELP.
ItemPathPath of the LabVIEW menu item the user selected, such as APP_HELP:MY_HELP.