Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - Caption below CXTPControlComboBox
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Caption below CXTPControlComboBox

 Post Reply Post Reply
Author
Message
voripteth View Drop Down
Newbie
Newbie
Avatar

Joined: 24 March 2009
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote voripteth Quote  Post ReplyReply Direct Link To This Post Topic: Caption below CXTPControlComboBox
    Posted: 09 April 2009 at 5:13pm
I have a command bar that uses large buttons with captions below them.  I want to also add a Combo control to the same toolbar and have it display the caption beneath it just like the buttons.  How do I do this?

What I'm doing and is not working:
  myToolbar->ShowTextBelowIcons (TRUE);
  myComboControl->SetStyle (xtpButtonCaption); 
  myComboControl->SetStyle (xtpButtonIconAndCaptionBelow);   // This doesn't work either

but the caption shows up to the left of the combo and not below.

I want the combo to have the same display behavior as the button.
Product: ToolkitPro (MFC) v13.0.0
Platform: Windows XP(32bit)-SP 3
Language: VC++ 2008
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 10 April 2009 at 1:26am
Hi,
 
Sorry, Combo doesn't support such style.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
voripteth View Drop Down
Newbie
Newbie
Avatar

Joined: 24 March 2009
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote voripteth Quote  Post ReplyReply Direct Link To This Post Posted: 10 April 2009 at 9:33am
Will this be added to the next release?

If yes, when can we expect the next release? 
Product: ToolkitPro (MFC) v13.0.0
Platform: Windows XP(32bit)-SP 3
Language: VC++ 2008
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.203 seconds.