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

Tootips in strip view mode

2 Answers 72 Views
PageView
This is a migrated thread and some comments may be shown as answers.
Miguel
Top achievements
Rank 1
Miguel asked on 15 Sep 2012, 02:55 PM
Hi Telerik team, I working with RadPageView in strip view mode. I this mode the button More show the tooltip “Add New Page”. How I can change this tooltip by another? For example “Add  new playlist” . Thank you ahead of time and sorry for my English

2 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 20 Sep 2012, 05:55 AM
Hi Miguel,

Thank you for writing.

There are two ways to change this text:
1. Use a localization provider with modified text for NewItemTooltipText. Information about this can be found here: http://www.telerik.com/help/winforms/pageview-localization.html 
2. Set the text manually in code:
RadPageViewStripElement el = radPageView1.ViewElement as RadPageViewStripElement;
el.NewItem.ToolTipText = "Hello";

I hope that you find this information helpful.
 
Greetings,
Stefan
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
0
Miguel
Top achievements
Rank 1
answered on 05 Oct 2012, 08:23 PM
Stefan thanks for your answer, it was what I needed
Tags
PageView
Asked by
Miguel
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Miguel
Top achievements
Rank 1
Share this question
or