Questions tagged [uiribbon]

3 questions
3
votes
2 answers

Modifying a ribbon control at runtime

I'm using the Windows Ribbon Framework in an unmanaged C++ application in Visual Studio. Is it possible to add a button or other control at runtime? I can set up my ribbon using IUIFramework::LoadUI, but I can't modify it afterwards.
sw.
  • 3,240
  • 2
  • 33
  • 43
3
votes
2 answers

Windows 7 Ribbon: How to specify "Four buttons, two big, two small"?

When laying out a group, the Windows Ribbon Framework supports some predefined layouts. One of the layouts, which requires four buttons is called FourButtons. This layout supports 3 different sizes, Large, Medium, and Small. In each case it gives…
Ian Boyd
  • 246,734
  • 253
  • 869
  • 1,219
2
votes
1 answer

Dynamically populate dynamicMenu in excel UI Ribbon

I want to populate a dynamicMenu in a custom Excel Ribbon from a list in a sheet. My xml code is this: I can see the menu. What I don´t have is the…
Hugo
  • 93
  • 1
  • 9