This question is locked. New answers and comments are not allowed.
Good afternoon,
I'm using a ScreenTip in RadRibbonButton:
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:
and it works, but for ScreenTip I don't know which code I must use.
Can anyone help me?
Thanks,
Deborah
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