>>-aTabControl~RequiredWindowSize(--left--,--top--,--right--,--bottom--)-><
The RequiredWindowSize method calculates the display rectangle of a tab control that corresponds to the specified window rectangle.
The arguments are:
The x-coordinate of the upper left corner of the window rectangle.
The y-coordinate of the upper left corner of the window rectangle.
The x-coordinate of the lower right corner of the window rectangle.
The y-coordinate of the lower right corner of the window rectangle.
A string containing the coordinates of the display rectangle, or an empty string. The coordinates are separated by blanks and are in the following order:
X-coordinate of the upper left corner of the rectangle
Y-coordinate of the upper left corner of the rectangle
X-coordinate of the lower right corner of the rectangle
Y-coordinate of the lower right corner of the rectangle