DataDrag2 (XNode Ability): Difference between revisions
Appearance
DataDrag2 |
(No difference)
|
Latest revision as of 21:32, 15 March 2007
| DataDrag2 (XNode Ability) | |
|---|---|
| List of XNode Abilities | |
| Public Name: | OnDataDrag2 |
This ability VI is called by LabVIEW when your XNode receives a data drag. Some combination of String, Path, and ProjectRef will have a non-empty value depending what data the drag element can supply and what data CanAcceptDataDrag2 indicated your XNode could receive. Currently Point is always (0, 0). Use Reply to inform LabVIEW of any actions it needs to take.
Default behavior: None.
This ability provides UI and OS messages are handled.