CControlBar::CalcInsideRect
The framework calls this function to calculate the client area of the control bar.
virtual void CalcInsideRect(
CRect& rect,
BOOL bHorz
) const;
Параметры
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.
Заметки
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.
Требования
Header: afxext.h