CControlBar::CalcInsideRect

The framework calls this function to calculate the client area of the control bar.

virtual void CalcInsideRect( 
   CRect& rect, 
   BOOL bHorz  
) const;

Parameters

  • rect
    Contains the current dimensions of the control bar; including the borders.

  • bHorz
    Indicates that the bar is horizontally or vertically oriented. The bHorz parameter is nonzero if the bar is horizontally oriented and is 0 if it is vertically oriented.

Remarks

This function is called before the control bar is painted.

Override this function to customize the rendering of the borders and gripper bar of the control bar.

Requirements

Header: afxext.h

See Also

Reference

CControlBar Class

Hierarchy Chart

CControlBar::DrawBorders

CControlBar::DrawGripper