Admin Production ni-theme
Current Publication

ATTR_TABS_LOCATION

LabWindows/CVI

ATTR_TABS_LOCATION

Type: Control attribute
Description: Specifies the location of the origin of the tabs in the tab control. VAL_TOP_LEFT means that the tabs will be on top of the tab control, starting from the left side. VAL_LEFT_TOP means that the tabs will be on the left side of the tab control, starting from the top.



If you specify any value other than VAL_TOP_LEFT or VAL_TOP_RIGHT, the tab control cannot use Windows visual styles.
Control Types: Tab controls.
Data Type: integer
Default Value: VAL_TOP_LEFT
LabWindows/CVI
Compatibility:
LabWindows/CVI 8.0 and later

Values

VAL_TOP_LEFT The tabs originate from the top left corner of the tabs control.
VAL_TOP_RIGHT The tabs originate from the top right corner of the tabs control.
VAL_BOTTOM_LEFT The tabs originate from the bottom left corner of the tabs control.
VAL_BOTTOM_RIGHT The tabs originate from the bottom right corner of the tabs control.
VAL_RIGHT_TOP The tabs originate from the right top corner of the tabs control.
VAL_RIGHT_BOTTOM The tabs originate from the right bottom corner of the tabs control.
VAL_LEFT_TOP The tabs originate from the left top corner of the tabs control.
VAL_LEFT_BOTTOM The tabs originate from the left bottom corner of the tabs control.