Поделиться через


CControlBar::DrawBorders

Called by the framework to render the borders of the control bar.

virtual void DrawBorders(
   CDC* pDC,
   CRect& rect 
);

Параметры

  • pDC
    Points to the device context to be used for rendering the borders of the control bar.

  • rect
    A CRect object containing the dimensions of the control bar.

Заметки

Override this function to customize the appearance of the control bar borders.

Требования

Header: afxext.h

См. также

Основные понятия

CControlBar Class

CControlBar Members

Hierarchy Chart

CControlBar::DoPaint

CControlBar::DrawGripper