![]() |
Container Recent Documents |
Post Reply
|
| Author | |
mav50202
Newbie
Joined: 09 August 2005 Status: Offline Points: 24 |
Post Options
Thanks(0)
Quote Reply
Topic: Container Recent DocumentsPosted: 02 February 2007 at 2:47pm |
|
Hi, I had seen in the Ribbon Sample a container in the right side with the recent documents. And when you put over the print button appears a new menu in the same place.
But i dont find the code or command for insert this control. Thank you for all |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 04 February 2007 at 1:51am |
|
Hi,
See this code:
Set Control = CommandBars.CreateCommandBarControl("CXTPRibbonControlSystemPopupBarListCaption")
Control.Caption = "Recent Documents" Control.BeginGroup = True .AddControl Control Set Control = CommandBars.CreateCommandBarControl("CXTPRibbonControlSystemPopupBarListItem") Control.Caption = "frmMain.frm" .AddControl Control |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
mav50202
Newbie
Joined: 09 August 2005 Status: Offline Points: 24 |
Post Options
Thanks(0)
Quote Reply
Posted: 04 February 2007 at 2:36pm |
|
Thank very much for your reply, but I use activex Suite pro and i think that this constant its only for toolkitpro ?? Its true or is valid for suite pro too? I dont find nothing in help document.
"CXTPRibbonControlSystemPopupBarListCaption" "CXTPRibbonControlSystemPopupBarListItem" |
|
![]() |
|
mav50202
Newbie
Joined: 09 August 2005 Status: Offline Points: 24 |
Post Options
Thanks(0)
Quote Reply
Posted: 04 February 2007 at 3:04pm |
|
|
![]() |
|
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 |