Files
Leviathan/Library/External/XTToolkitPro/include/CommandBars/MessageBar/XTPMessageBarThemeOffice2003.h
T
2026-06-01 12:46:52 +02:00

17 lines
592 B
C++

class _XTP_EXT_CLASS CXTPMessageBarThemeOffice2003 : public CXTPMessageBarPaintManager
{
public:
CXTPMessageBarThemeOffice2003(CXTPCommandBarsOffice2003Theme *pTheme);
//-----------------------------------------------------------------------
// Parameters: pDC - Pointer to a valid device context.
// pBar - Pointer to the message bar to draw.
// Summary: Draws the message bar.
//-----------------------------------------------------------------------
virtual void FillMessageBar(CDC* pDC, CXTPMessageBar* pBar);
protected:
CXTPCommandBarsOffice2003Theme *m_pTheme;
};