2010-09-27 22 views

Répondre

1

échantillon de laboratoires Southridge:

<r:RibbonWindow x:Class="Southridge.Window1" 
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
    xmlns:r="clr-namespace:Microsoft.Windows.Controls.Ribbon;assembly=RibbonControlsLibrary"> 

    <r:RibbonWindow.Resources> 
    <ResourceDictionary> 
     <ResourceDictionary.MergedDictionaries> 
     <ResourceDictionary Source="/RibbonControlsLibrary;component/Themes/Office2007Blue.xaml" /> 
     </ResourceDictionary.MergedDictionaries> 
    </ResourceDictionary> 
    </r:RibbonWindow.Resources> 
</r:RibbonWindow> 
+1

Cela fonctionne pour l'interface utilisateur du ruban Office. Il y a une nouvelle version de ruban de Microsoft. Lien: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2BFC3187-74AA-4154-A670-76EF8BC2A0B4&displaylang=fr. Votre code ne fonctionnera pas avec la dernière version du ruban. – Vishal