Files
Leviathan/Library/External/XTToolkitPro/include/Controls/Combo/Themes/XTPComboBoxThemeVisualStudio2010.h
T
2026-06-01 12:46:52 +02:00

64 lines
2.3 KiB
C++

// XTPComboBoxThemeVisualStudio2010.h: interface for the CXTPComboBoxThemeVisualStudio2010 class.
//
// This file is a part of the XTREME CONTROLS MFC class library.
// (c)1998-2013 Codejock Software, All Rights Reserved.
//
// THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE
// RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITHOUT THE EXPRESSED WRITTEN
// CONSENT OF CODEJOCK SOFTWARE.
//
// THIS SOURCE CODE CAN ONLY BE USED UNDER THE TERMS AND CONDITIONS OUTLINED
// IN THE XTREME TOOLKIT PRO LICENSE AGREEMENT. CODEJOCK SOFTWARE GRANTS TO
// YOU (ONE SOFTWARE DEVELOPER) THE LIMITED RIGHT TO USE THIS SOFTWARE ON A
// SINGLE COMPUTER.
//
// CONTACT INFORMATION:
// support@codejock.com
// http://www.codejock.com
//
/////////////////////////////////////////////////////////////////////////////
//{{AFX_CODEJOCK_PRIVATE
#ifndef XTPComboBoxThemeVisualStudio2010_h__
#define XTPComboBoxThemeVisualStudio2010_h__
//}}AFX_CODEJOCK_PRIVATE
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
//===========================================================================
// Summary:
// CXTPComboBoxTheme is a class used to perform Button Theme
// drawing tasks. This is the base class for all button themes.
//===========================================================================
class _XTP_EXT_CLASS CXTPComboBoxThemeVisualStudio2010 : public CXTPComboBoxThemeVisualStudio
{
public:
// ----------------------------------------
// Summary:
// Constructs a CXTPComboBoxTheme object
// CXTPComboBoxThemeVisualStudio2010
CXTPComboBoxThemeVisualStudio2010();
// -----------------------------------------------------------
// Summary:
// Destroys a CXTPComboBoxTheme object, handles cleanup and
// deallocation
// -----------------------------------------------------------
virtual ~CXTPComboBoxThemeVisualStudio2010();
//-----------------------------------------------------------------------
// Summary:
// This member function is called by the theme manager to refresh
// the visual styles used by each components theme.
// Parameters:
// pComboBox - Points to a CXTPComboBox object.
//-----------------------------------------------------------------------
virtual void RefreshMetrics(CXTPComboBox* pComboBox);
};
#endif // XTPComboBoxThemeVisualStudio2010_h__