Questions tagged [ribbon-control]
276 questions
0
votes
1 answer
Show user specific form range in outlook 2010
I want to use my own form region, design via VSTO 2010 and Outlook 2010. The type of the form region is "separate". I've a button in my ribbon bar automatically added by the form region. Also I've a own tab in ribbon bar, with a button to show the…

Philipp Matzka
- 65
- 3
0
votes
1 answer
command binding for ribbon control
I'm trying to use the Microsoft ribbon control programatically using C#. Everything is fine but I'm unable to bind the command through the RibbonCommand. Can anyone give me an example of how to do this? My actual code is:
Ribbon rbn =…
kartik
0
votes
1 answer
RibbonApplicationMenuItem SubMenu's First Item not selected by default
I am using a Microsoft's Ribbon control in my application.
I've got an RibbonApplicationMenuItem with SubItems of the same Kind.The default behavior of the Ribbon menu is that whenever a submenu is opened using keyboard, the first item is selected…

digitguy
- 1,014
- 2
- 12
- 29
-1
votes
1 answer
Customcontrols for Word's Ribbonbar?
Is it possible to create custom controls for the Ribbonbar?
For example: I need a ComboBox which executes a macro after every KeyUp event and changes the background color of the control.
AFAIK there is no background color property in the MS-CUSTOMUI…

PectoralisMajor
- 119
- 11
-1
votes
1 answer
Multiple Instances of Word Document Ribbon button disable in Word Addin Project
My task was to create a new document from a given word document and then I need to disable the custom ribbon button only in that newly created Word document ribbon. Not the active document consider here because it is getting switch when user switch…

KIS
- 129
- 1
- 10
-1
votes
1 answer
Removing tab from Toolbar in Winforms application
I am working on Winforms application. On it I have placed Infragistics UltraToolbarManager.
Now I just wanted the Ribbon on my form ,not the ribbon Tab and File Tab as its the only ribbon control and nothing is there in the File menu. So I just…

Wasif Subzwari
- 199
- 3
- 13