TestStand - Create Control Info

Owning Palette: TestStand

Collects the bounds, size, and position information from an ActiveX control or LabVIEW tab control. The data type you wire to the AXCont Refnum In input determines the polymorphic instance to use.

TestStand - Create Control Info from AX Control

TSUI.Borders In specifies an ActiveX reference to the borders from the user interface control.
AXCont Refnum In specifies the refnum for the LabVIEW ActiveX container that contains the user interface control.
error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality.
TSUI.Borders Out returns the TSUI.Borders In parameter unchanged.
AXCont Refnum Out returns the AXCont Refnum In parameter unchanged.
Control Info Out contains position and border information for the user interface control.
error out contains error information. This output provides standard error out functionality.

TestStand - Create Control Info from LV Tab Control

TabCtl Refnum In specifies a reference to a LabVIEW tab control.
Visible Borders specifies the visible borders of the user interface control. Use 8 for the right border, 4 for the left border, 1 for the top border, 2 for the bottom border, and 0 for no border. Use the bitwise-OR operator to specify more than one value.
Border Width specifies the width of the borders of 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.
Control Info Out contains position and border information for the user interface control.
error out contains error information. This output provides standard error out functionality.