Size (XNode Ability)
(Redirected from OnResize (XNode Ability))
Size (XNode Ability) | |
---|---|
List of XNode Abilities | |
Public Name: | OnResize |
This ability VI is called by LabVIEW after the user resizes the XNode. Bounds is a recatangle whose coordinates are given relative to the old top-left corner of the XNode. You must either return a UpdateImageAndBounds reply or not return anything, otherwise LabVIEW will generate an error. If you return UpdateImageAndBounds, you may also return other reply strings.
Default behavior: None.
This ability does not provide UI and OS messages are not handled.