CMFCVisualManagerOffice2003::OnDrawExpandingBox

Called by the framework while drawing an expanding box.

virtual void OnDrawExpandingBox(
   CDC* pDC,
   CRect rect,
   BOOL bIsOpened,
   COLORREF colorBox
);

Parameters

  • [in] pDC
    Pointer to the display context in which the expanding box is to be drawn.

  • [in] rect
    The bounding rectangle of the expanding box to be drawn.

  • [in] bIsOpened
    TRUE if the box to be drawn is opened, or FALSE if not.

  • [in] colorBox
    The color of the outside border of the box to be drawn.

Requirements

Header: afxvisualmanageroffice2003.h

See Also

Reference

CMFCVisualManagerOffice2003 Class

Hierarchy Chart