SelectMenu (XNode Ability)

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

This ability VI is called after the user selects an item from a portion of the menu defined during BuildMenu. Click Type is the type of click that led to the building of the menu whose selection is being handled by this VI. ItemIndex is the index of the element in the array used when you specified the popup menu. Point is the location where the user clicked to build the menu 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