CMFCVisualManagerOffice2003::DrawComboBorderWinXP

Draws the combo box border using the current Windows XP theme.

virtual BOOL DrawComboBorderWinXP(
   CDC* pDC,
   CRect rect,
   BOOL bDisabled,
   BOOL bIsDropped,
   BOOL bIsHighlighted
);

Parameters

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

  • [in] rect
    Bounding rectangle of the combo box border.

  • [in] bDisabled
    Specifies whether the combo box border is disabled.

  • [in] bIsDropped
    Specifies whether the combo box border is dropped down.

  • [in] bIsHighlighted
    Specifies whether the combo box border is highlighted.

Return Value

Returns TRUE if the theme API is enabled or FALSE if not.

Requirements

Header: afxvisualmanageroffice2003.h

See Also

Reference

CMFCVisualManagerOffice2003 Class

Hierarchy Chart