CXTPComboBox button color |
Post Reply |
Author | ||
cpede
Senior Member Joined: 13 August 2004 Location: Denmark Status: Offline Points: 666 |
Post Options
Thanks(0)
Posted: 04 June 2012 at 6:13am |
|
How do I change the color of the drop-down button in a CXTPComboBox ?
I also want to use the Flat style.
When using CXTPButton I just overwrite the virtual GetButtonBackColor(), but it seems that
the CXTPComboBox is made in a totally different way :-( Consistency would be nice...
-cpede
|
||
Product: Xtreme ToolkitPro (24.0.0)
Platform: Windows 10 (x64) Language: Visual Studio 2017 (C++) |
||
ABuenger
Newbie Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
|
|
COLORREF m_clrButtonPressed; COLORREF m_clrButtonHot; COLORREF m_clrButtonNormal; COLORREF m_clrButtonArrowPressed; COLORREF m_clrButtonArrowHot; COLORREF m_clrButtonArrowNormal;
SetFlatStyle(TRUE); Hope that helps, Andre. |
||
Codejock support
|
||
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |