BCGControlBar Pro for MFC
void CBCGPTabWnd::GetTabArea ( CRect &  rectTabAreaTop,
CRect &  rectTabAreaBottom 
) const
inline

Returns the size and position of the tab area of the tabbed window.

Use this function to determine the size and position of the tab area of the tabbed window. rectTabAreaTop and/or rectTabAreaBottom may be empty if there is no tab area at the top or bottom of the tabbed window.

Parameters
rectTabAreaTopContains the size and position (in the client coordinates) of the top tab area when the function returns.
rectTabAreaBottomContains the size and position (in the client coordinates) of the bottom tab area when the function returns.