This is a migrated thread and some comments may be shown as answers.

ScreenTip duration

2 Answers 52 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Deborah
Top achievements
Rank 1
Deborah asked on 21 Mar 2013, 02:24 PM
Good afternoon,
I'm using a ScreenTip in RadRibbonButton:

<telerik:RadRibbonButton x:Name="btnPrezzi"
                 Text="Prezzi"
                 Size="Large"
                 LargeImage="13602486.png"
                 Click="btnPrezzi_Click"
                 telerik:ScreenTip.Title="TitleTest"
                 telerik:ScreenTip.Description="DescriptionTest">

The ScreenTip works fine, but I'm not able to set the duration.

If I use a normal ToolTip I can set the duration using this code:

<telerik:RadRibbonButton x:Name="btnPrezzi"
                 Text="Prezzi"
                 Size="Large"
                 LargeImage="13602486.png"
                 Click="btnPrezzi_Click"
                 telerik:RadToolTipService.ShowDuration="60000" 
                 telerik:RadToolTipService.ToolTipContent="test">

and it works, but for ScreenTip I don't know which code I must use.
Can anyone help me?

Thanks,
Deborah

2 Answers, 1 is accepted

Sort by
0
Accepted
Kiril Vandov
Telerik team
answered on 26 Mar 2013, 03:13 PM
Hello Deborah,

Thank you for writing to us. Currently you cannot change the ScreenTip duration. However we have a feature request for implementing such a functionality and you can vote for it here.

Also you could use both ToolTips and/or ScreenTips as mainly the difference is that the ScreenTip is specifically designed to work with RadRibbonControl and is styled differently.

Kind regards,
Kiril Vandov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Deborah
Top achievements
Rank 1
answered on 26 Mar 2013, 03:33 PM
Thank you very much for your answer Kiril.

Deborah
Tags
RibbonView and RibbonWindow
Asked by
Deborah
Top achievements
Rank 1
Answers by
Kiril Vandov
Telerik team
Deborah
Top achievements
Rank 1
Share this question
or