CXTMenuListBox Icon size |
Post Reply |
Author | |
mattrmiller
Newbie Joined: 29 November 2006 Status: Offline Points: 8 |
Post Options
Thanks(0)
Posted: 07 February 2008 at 3:04pm |
Any way to change the size of the icon used for a CXTMenuListBox, say to 48x48?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Try
list.GetTheme()->m_cxIcon = 48;
list.GetTheme()->m_cyIcon = 48; |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
mattrmiller
Newbie Joined: 29 November 2006 Status: Offline Points: 8 |
Post Options
Thanks(0)
|
Compile error.
use of undefined type 'CXTMenuListBoxTheme' |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
please add
#include "Controls\XTMenuListBoxTheme.h" in the beginning of this cpp file.
but actually I very recommend use CXTPTaaskPanel instead. CXTMenuListBox is very old class.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |