The tab control display area is the area of the control in which an application displays the current page. An application creates a child window or dialog box to display the current page, and then it sets the window size and position to fit the display area. You can use the TCM_ADJUSTRECT message to calculate a tab control's display area based on the dimensions of a specified rectangle, or to calculate the dimensions of rectangle given the coordinates of a display area.