CMFCVisualManagerOffice2003::OnDrawStatusBarPaneBorder

The framework calls this method when it draws the border for a CMFCStatusBar Class object.

virtual void OnDrawStatusBarPaneBorder(
   CDC* pDC,
   CMFCStatusBar* pBar,
   CRect rectPane,
   UINT uiID,
   UINT nStyle
);

Parameters

  • [in] pDC
    A pointer to a device context.

  • [in] pBar
    A pointer to a CMFCStatusBar Class object. The framework draws this status bar object.

  • [in] rectPane
    A rectangle that specifies the boundaries of the status bar.

  • [in] uiID
    The ID of the status bar.

  • [in] nStyle
    The style of the status bar.

Remarks

Override this method in a derived visual manager to customize the appearance of the border for a CMFCStatusBar object.

Requirements

Header: afxvisualmanageroffice2003.h

See Also

Reference

CMFCVisualManagerOffice2003 Class

Hierarchy Chart