ribbon-control
Ribbon handling in c# for outlook 2010
I have placed my own ribbon in Outlook 2007 at a certain location. But when I run the code for outlook 2010 ribbon is not there where I want it like 2007. It 开发者_开发问答has been placed at last pos[详细]
2023-04-04 17:15 分类:问答Add multiple elements to a Prism region
I\'m using Prism with the Microsoft WPF Ribbon, and everything works quite well, but I have a problem with contextual tabs. I define the contextual tabs in my Shell.xaml:[详细]
2023-04-01 01:19 分类:问答How to disable button of Ribbon ToolBar?
[Possible Duplicate] Disable Ribbon Button But I came with question, as I\'m this question not answered and I\'m looking for available server 开发者_StackOverflowside solution.[详细]
2023-03-28 18:47 分类:问答Call method inside VM of Silverlight application on click of CRM Ribbon button
We are planning to use Silverlight MVVM application in Dynamics 2011 f开发者_JS百科or few custom features. We also want to have consistent looks for whole application for both Dynamics and Silverlight[详细]
2023-03-27 20:40 分类:问答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,开发者_运[详细]
2023-03-24 13:32 分类:问答Cannot set RibbonTextBox isEnable to False
I have been trying out the Ribbon Controls and experienced a possible bug (or I am doing something wrong perhaps). If I have a RibbonTextBox on the RibbonTab, and setting the isEnabled to False or Tru[详细]
2023-03-24 04:23 分类:问答How to hide Title bar in WPF Ribbon Window (Aero enabled) without hidden control box?
I currently use WPF Ribbon Window and enable Aero in current window like the following photo. I like to hide title that is \"Pattern Tester\" because there is not enough of space t开发者_开发知识库o s[详细]
2023-03-23 09:37 分类:问答Adding to existing ribbon in Outlook c#
I would like to be able to add a button into the outlook ribbon, the idea is that when you access your calendar it would show in the \"Home\"开发者_如何学Go ribbon. How would I go about doing this, id[详细]
2023-03-22 03:48 分类:问答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,[详细]
2023-03-20 05:37 分类:问答How to have only 2 RibbonRadioButton?
The RibbonGroup needs 3 RibbonRadioButton for the next (4th) Control to be placed on the next right column. If I have only 2 RibbonRadio开发者_如何转开发Button and the next Control is a TextBox, the T[详细]
2023-03-18 11:19 分类:问答