CMFCVisualManagerOffice2003::OnDrawStatusBarPaneBorder
它还 CMFCStatusBar选件类 对象的边框时,框架调用此方法。
virtual void OnDrawStatusBarPaneBorder(
CDC* pDC,
CMFCStatusBar* pBar,
CRect rectPane,
UINT uiID,
UINT nStyle
);
参数
[in] pDC
与设备上下文的指针。[in] pBar
为 CMFCStatusBar选件类 对象的指针。框架绘制此状态栏对象。[in] rectPane
指定状态栏的边界的矩形。[in] uiID
状态栏的 ID。[in] nStyle
状态栏的样式。
备注
重写在派生的视觉管理器的此方法自定义边框的外观 CMFCStatusBar 对象的。
要求
标头: afxvisualmanageroffice2003.h