Ajar
Ajar

Reputation: 162

Tool Tip for ribbon control

I have used Ribbon control in my project, and in that ribbon control I have used many buttons and labels.

For example I have used new_btn for creating a new folder under root, for this button I have set the tooltip property as "New Folder".

While moving mouse to this button, the tooltip does not display. However, for normal buttons where I have set tooltip it displayed properly while hovering the mouse over the button.

How to use the tooltip for ribbon control items properly?

Upvotes: 1

Views: 612

Answers (1)

Saagar Elias Jacky
Saagar Elias Jacky

Reputation: 2688

Use the ToolTipTitle property. Apart from this property, you can also use five other properties to make the ToolTip more informative

Upvotes: 2

Related Questions