BCGControlBar Pro for MFC
void CBCGPCaptionBar::SetFlatBorder ( BOOL  bFlat = TRUE)
inline

Sets the border style of a caption bar.

The border of a caption bar can be displayed either as flat or as 3D. Call this function to change the style.

By default, the style is "flat".

Parameters
bFlatSpecifies whether the border of a caption bar is flat (TRUE) or 3D (FALSE).