ATTR_TABS_LOCATION

Type: Control attribute
Description: Specifies the location of the origin of the tabs in the tab control. <strong>Top Left</strong> means that the tabs will be on top of the tab control, starting from the left side. <strong>Left Top</strong> means that the tabs will be on the left side of the tab control, starting from the top.
Control Types: Tab controls.
Data Type: integer
Default Value: VAL_TOP_LEFT

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.