Enable Menu Tracking Function

Owning Palette: Menu Functions

Requires: Base Development System

Enables or disables tracking of menu bar selections.

If you use the Get Menu Selection function to block a menu, you must use this function to enable the menu.

(Real-Time Module) You cannot use this function in VIs that run on RT targets.

 Add to the block diagram  Find on the palette
menu reference is the reference to a menu bar in a VI. You can obtain this refnum with the Current VI's Menubar function.
enable allows you to perform menu tracking if enable is TRUE (default). If enable is FALSE, menu tracking is disabled.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
menu reference out returns menu reference unchanged.
error out contains error information. This output provides standard error out functionality.