Reputation: 48558
How can I create complex ToolTips for my WPF RibbonItems like I have seen in MS-Office 2007/2010. A Sample image is given below.
On MSDN I got an image just like that but MSDN does not tell us how we can create it.
If anyone can help me in making Tooltip like MS Office I will appreciate it.
Thanks in advance.
Upvotes: 2
Views: 1151
Reputation: 354456
As you can see in the documentation there are several properties on a RibbonButton
that refer to parts of the enhanced tooltip:
Come to think of it, those are the exact properties mentioned in the screenshot you have there.
Upvotes: 3
Reputation: 8710
You can download Ribbon Sample
code.
If you are beginner start with this very comprehensive tutorial Creating a Ribbon Application
Specifying Ribbon Image resources
Also I would recommend to read this: Understanding Commands & Controls
For more specific issues you can find quick help in MSDN Ribbon Forum
Hope it helps!
Upvotes: 2