TestStand - Update Control Position and Size
- Updated2024-10-09
- 3 minute(s) read
TestStand - Update Control Position and Size
Owning Palette: TestStand
Updates the size and position of the control to the values in the Control Info parameter. The data type you wire to the AXCont Refnum In input determines the polymorphic instance to use.
TestStand - Update AX Control Position and Size from Control Info
![]() |
AXCont Refnum In specifies the refnum for the LabVIEW ActiveX container that contains the user interface control. |
![]() |
Control Info specifies the position and size information for the user interface control. |
![]() |
error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
AXCont Refnum Out returns the AXCont Refnum In parameter unchanged. |
![]() |
error out contains error information. This output provides standard error out functionality. |
TestStand - Update LabView Tab Control Position and Size from Control Info
![]() |
TabCtl Refnum In specifies a reference to a LabVIEW tab control. |
![]() |
Control Info specifies the position and size information for the user interface control. |
![]() |
error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
TabCtl Refnum Out returns the TabCtl Refnum In parameter unchanged. |
![]() |
error out contains error information. This output provides standard error out functionality. |