CXTEditListBox - How to remove the Button |
Post Reply |
Author | |
AliRafiee
Groupie Joined: 06 May 2004 Status: Offline Points: 32 |
Post Options
Thanks(0)
Posted: 03 August 2004 at 3:32pm |
Does anyone know how to remove (hide) the add and remove buttons from a CXTEditListBox control. I want the up and down buttons but don't want to allow editing of the items. Thanks Ali |
|
ICBM
Groupie Joined: 15 January 2004 Location: New Zealand Status: Offline Points: 57 |
Post Options
Thanks(0)
|
I didn't remove them, I disabled them. I'm guessing that ShowWindow(SW_HIDE) might have the effect you want ?
m_ListBoxCtrl.GetEditGroup().GetUpButton().EnableWindow(FA LSE); |
|
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 |