tags:

views:

119

answers:

1

Hello,

I'm starting with WPF and would like to show a Word 2007 like toolbar when selecting a text in text editor. The toolbar looks like this :

alt text

Would like to know how to achieve the following

  • fade in fade out effect on a toolbar
  • split buttons

Could you please point me to the ressources where to start or what standard WPF controls should I use (Popup control, or ToolBar, or others).

Thanks in advance.

+1  A: 

I answer my own question. I think that the better thing is to use mini-toolbar from Office UI for developper. You can get it from here :

http://msdn.microsoft.com/en-us/office/aa973809.aspx

And click the link "Licence the Office UI".

Thomas Jaskula