CBaseTabbedPane::GetTabArea

Returns the bounding rectangles for the top and bottom tab areas.

virtual void GetTabArea(
    CRect& rectTabAreaTop,
    CRect& rectTabAreaBottom
) const = 0;

Parameters

  • [out] rectTabAreaTop
    Receives the screen coordinates of the upper tab area.

  • [out] rectTabAreaBottom
    Receives the screen coordinates of the lower tab area.

Remarks

Call this method to determine the bounding rectangles, in screen coordinates, for the upper and lower tab areas.

Requirements

Header: afxBaseTabbedPane.h

See Also

Reference

CBaseTabbedPane Class

Hierarchy Chart