Questions tagged [ribbon-control]
276 questions
1
vote
1 answer
RibbonComboBox how to do "on text changed event"
I want to get the value that is typed in the ribbon combobox to filter my listview but it doesn't have a "on text changed event" and if i use the KeyUp/Down event or PreviewTextIntput it resets the value of the combobox
And if i try it like below…

Sam_vdd
- 686
- 1
- 6
- 19
1
vote
1 answer
Microsoft.SharePoint.WebControls.SPRibbon not Working In Sharepoint SandBox Solution?
I wanna create Contextual Tab using Webpart In Sandbox Solution..that time I am getting Error as below When i am added Custom-Webpart :
Web Part Error: Unhandled exception was thrown by the sandboxed code wrapper's Execute method in the partial…

Jignesh Rajput
- 3,538
- 30
- 50
1
vote
1 answer
Opening two ribbons with one load for excel 2010 with c#
I have two ribbons that I wish to load, one on the main ribbon and one in the backstage. I have to load the two within a override method but I am having troubles:
protected override Microsoft.Office.Core.IRibbonExtensibility…

Berbies
- 303
- 1
- 5
- 17
1
vote
2 answers
Load UserControl in WPF
I have a RibbonControl in a small WPF application, and I have a button called Search. My idea is that when I press this button in the Main Window, I load a user control, and I wish to get a result like "TweetDeck" does, ie every time I press the…

JMon
- 3,387
- 16
- 63
- 102
1
vote
1 answer
Get value from Ribbon Control (Drop Down or Combo Box etc.)
Is it possible to design a ribbon addin with either drop down list or combo box and then use the values to run a subroutine?
I created a PowerPoint Ribbon Addin with a DropDown with items showing as "Depart 1", "Depart 2" & "Depart 3" and one button…

AndyK
- 11
- 3
1
vote
1 answer
Is the recent documents in RibbonApplication Menu a Button?
I am trying to replicate the style and function of the Ribbon Control of WordPad.
In the RibbonApplicationMenu, there is a MRU list showing recent document's file name. When I click on file name, it will have style changes and open the document.…

KMC
- 19,548
- 58
- 164
- 253
1
vote
1 answer
How to add header to MS Ribbon's Application Menu
I am trying to replicate WordPad Application Menu and add a header to the RibbonApplicationMenu. But the header never show. Where do I add this header to the Application Menu (e.g. in WordPad, header shows "Recent…

KMC
- 19,548
- 58
- 164
- 253
1
vote
1 answer
RibbonGroup Header on Top
I am trying to figure out how to implement the "Better" example of what is shown here:
Specifically what is used for "Indent" and "Spacing" headings. I assume its just a RibbonGroup header with the header on top but I can't figure out how to do…

KrisTrip
- 4,943
- 12
- 55
- 74
1
vote
1 answer
Display logo or image in the Ribbon using VSTO
I am customizing a ribbon in the Excel using VSTO. I want to display a logo which is of stamp size in a ribbon. I tried the button which is not visible enough. The logo has some text in it and could not read when I use button.
Any suggestions?

Kiru
- 3,489
- 1
- 25
- 46
1
vote
1 answer
Bind RibbonComboBox.SelectionBoxItem
I'm trying to bind the item selected in a RibbonComboBox to a property of an object. The problem I'm encountering is that the RibbonComboBox.SelectionBoxItem only provides a get accessor; therefore, I cannot bind it to anything in the XAML.
Any…

Brian Triplett
- 3,462
- 6
- 35
- 61
1
vote
1 answer
Is there a listing of XML MS Word 2007 ribbon control names?
I'd like to simplify my Word 2007 ribbon by hiding some of its tabs, groups, and controls. So I'm learning how to use XML to do this. The script I've built (with the help of Greg Maxey's excellent site,…

user1813147
- 17
- 1
1
vote
1 answer
How to disable hide/unhide in WPF Ribbon Control
I am using the latest Ribbon Control from MS. When one double click the Tab Header, the whole Ribbon will hide the content and show only the header text. I want to disable this hide/unhide feature. So even if user double click Tab Header, the Ribbon…

KMC
- 19,548
- 58
- 164
- 253
1
vote
2 answers
Ribbon Contextual Groups and Tabs in SharePoint
I am new to SharePoint ribbon. Why do I not see the View and Edit buttons in the Manage group of my tab?
Here are my definitions for your reference:

Moon
- 33,439
- 20
- 81
- 132
1
vote
1 answer
Using the RibbonSplitButton outside of Ribbon?
when I'm using the RibbonSplitButton outside of a Ribbon, it looses a bit of it's style and the MouseOver-Effect flickers very fast.
Can i assign a kind of style or something to the RibbonSplitButton to get the expected look und behavior? I dont't…

Reini
- 1,233
- 3
- 19
- 34
1
vote
1 answer
ribbon control in mfc dialog based application
I am using visual studio 2010 professional edition. I am working on MFC dialog based application.
I have created the ribbon resource and try to load the same using the…

Searching
- 31
- 5