Questions tagged [ribbon-control]

276 questions
0
votes
1 answer

CODEDUI c# Cannot clickSharePoint Ribbon Control

As part of an automated test, I cannot click on the SharePoint Ribbon to select the "Alert Me" control. I am getting the following error: Result Message: Test method CodedUITestProject2.CodedUITest1.SetAlert threw exception:…
0
votes
1 answer

Can't access Mso 'Attach File' button while making a custom group in a built-in Microsoft Outlook ribbon

I'm trying to make my own add-in group on the built in ribbon of the Compose Mail form in Microsoft Outlook 2016. I have an XML file that is overriding the XML of the "TabNewMailMessage" tab of the Compose Mail Ribbon. I am able to retrieve the…
Ma7erick
  • 91
  • 10
0
votes
1 answer

Change the Word AddIn Ribbon Button tooltip text

I need to change the word addin ribbon mouse over tool tip text by button name.Currently it is getting the text of project name for all the buttons in ribbon. sample screen I have changed the assembly name in project properties but nothing…
indika
  • 11
  • 4
0
votes
1 answer

Is there a way to call quick parts from Fluent UI xml?

I would like to be able to create a custom UI in Word 2007/2010 to call quick parts/auto-texts from the custom ribbon. I can call macros and other coded things fine, but is there a way to integrate quickparts in a custom ribbon?
Judson
  • 35
  • 5
0
votes
2 answers

Regarding Ribbon controls in delphi

Hi How can i save the current state of Ribbon So that i can load ribbon with the same state while opening the exe next time using Delphi?
Rajesh
  • 11
  • 2
0
votes
1 answer

MFC, Ribbons - CMFCRibbonButton with image: Always show the text

I've got an CMFCRibbonButton that displays a text and an icon. When I compact the ribbon, in the end only the small icon is shown. Is there a way to tell the button not to get compacted into small icon state, but always show the text as well? I…
KungPhoo
  • 516
  • 4
  • 18
0
votes
0 answers

Ribbon control switching tab keytip needs to be pressed twice

When we switch from one tab to another using keyboard shortcut, why key needs to be pressed twice. Please refer this project.
Shivam cv
  • 526
  • 5
  • 16
0
votes
1 answer

Is it possible to highlight a range when a user hovers over a custom button/ribbon control on Excel ribbon

I knows it's possible to temporarily highlight a cell or range of cells when a user hovers over them directly (as shown here and here). But, is it possible to highlight a cell or range of cells when a user hovers over a custom button/ribbon control…
CaffeinatedMike
  • 1,537
  • 2
  • 25
  • 57
0
votes
1 answer

Is it possible to set the font of the builed in Ribbon controls (D2009)?

I would like to increase the font size of the standard (D2009) Ribbon controls, but I din't find a property to do it. Is it possible to change the font at all? When yes, how? thanks
markus_ja
  • 2,931
  • 2
  • 28
  • 36
0
votes
1 answer

C#-How to execute only top button of RibbonSplitButton ignoring the drop down button from outlook add-in

I have a RibbonSplitButton in my outlook ribbon having a button and drop down button.I want to trigger only the top button ignoring the drop down. If I try to trigger the button with execute method from Outlook add-in it is throwing error because…
0
votes
1 answer

Microsoft Ribbon for WPF: Controling Item Count in QuickAccess Toolbar?

I am getting up to speed on the new Microsoft Ribbon for WPF. I am creating a Ribbon with a Quick Access Toolbar. I have six items in the QAT--I'd like to show four of them and put the other two in the overflow button. At this point, all six buttons…
David Veeneman
  • 18,912
  • 32
  • 122
  • 187
0
votes
1 answer

RibbonUI checkbox alignment

I have ribbon tab with controls (2 buttons and 2 check boxes): and code:
Ted
  • 1,682
  • 3
  • 25
  • 52
0
votes
1 answer

How can we Clear Contents of DynamicMenu constructed within Ribbon on ribbon.invalidate()

I am creating Outlook ribbon which has couple of dynamic menus in it, I am invalidating ribbon on click of dynamic menu buttons. Problem I am facing is when I say ribbon.invalidate() contents of dynamic menu are not cleared and holds contents which…
0
votes
1 answer

wpf ribbon control with custom controls

This control has been in pre-release so long I was wondering: 1) is anyone using it for production apps or do you buy 3rd party? 2) how much of your ribbon do you typically do in code vs. xaml? 3) can you put custom / user controls inside of…
Berryl
  • 12,471
  • 22
  • 98
  • 182