CMFCTabCtrl::SetFlatFrame
Specifies whether to draw a flat or a 3D frame around the tab area.
void SetFlatFrame(
BOOL bFlat=TRUE,
BOOL bRepaint=TRUE
);
Parameters
[in] bFlat
TRUE to draw a flat (2D) frame around the tab area; FALSE to draw a three-dimensional (3D) frame. The default value is TRUE.[in] bRepaint
TRUE to redraw the window immediately; otherwise, FALSE. The default value is TRUE.
Requirements
Header: afxtabctrl.h