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.


icon

Inputs/Outputs

  • cgnrn.png menu reference

    menu reference is the reference to a menu bar in a VI.

    You can obtain this refnum with the Current VI's Menubar function.
  • cbool.png enable (T)

    enable allows you to perform menu tracking if enable is TRUE (default). If enable is FALSE, menu tracking is disabled.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ignrn.png menu reference out

    menu reference out returns menu reference unchanged.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.