OperateClick (XNode Ability)

From LabVIEW Wiki
Jump to: navigation, search
OperateClick (XNode Ability)
List of XNode Abilities
Public Name:OnOperateClick

This ability VI is called when a user operate clicks on your XNode. Point is the point of the click relative to the top-left corner of your XNode. If you wish to show a menu in response to a user's operate click, issue the reply "ShowMenu". It is an error to issue this reply if you have not implemented the BuildMenu and SelectMenu ability VIs.

Default behavior: None.

This ability provides UI and OS messages are handled.

See also