7 * \ingroup TortoiseProc
8 * A CButton which can show icons and images with
9 * the XP style. Normal CButtons only show the icons/images
10 * themselves, without the XP style background.
12 class CXPImageButton
: public CButton
14 DECLARE_DYNAMIC(CXPImageButton
)
18 virtual ~CXPImageButton();
23 afx_msg
void OnNotifyCustomDraw ( NMHDR
* pNotifyStruct
, LRESULT
* result
);
25 void DrawBitmap (HDC hDC
, const CRect
& Rect
, DWORD style
);
26 void DrawIcon (HDC hDC
, const CRect
& Rect
, DWORD style
);
27 int ImageLeft(int cx
, const CRect
& Rect
, DWORD style
) const;
28 int ImageTop(int cy
, const CRect
& Rect
, DWORD style
) const;