![]() |
Dropdown Toolbars... |
Post Reply
|
| Author | |
ddlittle
Senior Member
Joined: 19 February 2004 Location: United States Status: Offline Points: 132 |
Post Options
Thanks(0)
Quote Reply
Topic: Dropdown Toolbars...Posted: 24 November 2004 at 10:16pm |
|
I want a toolbar button to dropdown another toolbar, but I can't figure out the style to set to get it to work. It should be easy -- there's screen shots all over codejock.com -- I just can't make it work. Which sample should I look at to see how it's done?
Thanks! - David Little |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 25 November 2004 at 1:15am |
|
Check for example TearOffPopups sample. You need to catch OnCreateControl event and create popup control: CXTPControlPopup* pPopup = new CXTPControlPopup(); CXTPPopupToolBar* pPopupBar = CXTPPopupToolBar::CreatePopupToolBar(GetCommandBars()); |
|
|
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 |