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

DropDown ScreenTip issue

1 Answer 87 Views
Toolstrip (obsolete as of Q3 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Kenneth Jackson
Top achievements
Rank 1
Kenneth Jackson asked on 24 Mar 2009, 09:52 AM
I am using Q3 2008 and have created a toolstrip that has several buttons on it and 2 splitbutton controls.

I have set screentips for all the buttons and splitbuttons , however the screentips on the splitbuttons never show themselves whereas the button screentips always work. What will I need to do to get the screentips on the dropdowns working ?

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 26 Mar 2009, 10:20 AM
Hello Kenneth Jackson,

Thank you for writing. Please excuse us if this seems a little awkward. You have to set the Tooltip text or assign a scrrentip to the ActionButton and ArrowButton of the RadSplitButton:


this.radSplitButtonElement1.ActionButton.ToolTipText = "Action button";  
this.radSplitButtonElement1.ArrowButton.ToolTipText = "Action button"

Please write back if you have other questions.

Sincerely yours,
Victor
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Toolstrip (obsolete as of Q3 2010)
Asked by
Kenneth Jackson
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or