SelectPopUp (XNode Ability)

From LabVIEW Wiki
Jump to: navigation, search
SelectPopUp (XNode Ability)
List of XNode Abilities
Public Name:SelectMenu
Deprecated, prefer:SelectMenu3

This ability VI is called after the user selects an item from a portion of the popup menu defined during BuildPopup. ItemIndex is the index of the element in the array used when you specified the popup menu. Point is the location where the user popup clicked relative to the top-left corner of the XNode. You can display a dialog in response to a user selection if you wish. Use Reply to inform LabVIEW of any actions it needs to take.

Default behavior: None.

This ability provides UI and OS messages are handled.

See also