MoveCtrlArray
- Updated2023-02-21
- 1 minute(s) read
int MoveCtrlArray (int controlArrayHandle, int xDelta, int yDelta);
Purpose
Moves all controls in the specified control array to another position. The new position is defined by the xDelta and yDelta parameters.
Parameters
Input | ||
Name | Type | Description |
controlArrayHandle | int | Specifier for a particular control array that is currently in memory. You obtain this handle from GetCtrlArrayFromResourceID or NewCtrlArray. |
xDelta | int | The number of pixels to horizontally shift the position of all controls in the specified control array. |
yDelta | int | The number of pixels to vertically shift the position of all controls in the specified control array. |
Return Value
Name | Type | Description |
status | int | Return value indicating whether the function was successful. A negative number indicates that an error occurred. |
Additional Information
Library: User Interface Library
Include file: userint.h
LabWindows/CVI compatibility: LabWindows/CVI 2010 and later