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

RadButton and Tooltips

6 Answers 1655 Views
Buttons, RadioButton, CheckBox, etc
This is a migrated thread and some comments may be shown as answers.
Brummi
Top achievements
Rank 1
Brummi asked on 25 Jun 2007, 08:06 AM
Greetings Telerik,

I just tried to add a tooltip-text to a RadButton (image only), but i don't see any property for this. I assumed there's this possibility since there is a property named "ShowItemToolTips" (which is set to yes).

Is this a bug or doesn't it exist?

Many thanks,
Daniel

6 Answers, 1 is accepted

Sort by
0
Dimitar Kapitanov
Telerik team
answered on 25 Jun 2007, 09:01 AM
Hi Brummi,
In RadButton you have a property named  RadButtonElement ButtonElement. Through this property you access the internal element that is used to render the button, and it is a descendant of RadItem. Every RadItem has the property ToolTipText, so basically you can set it like:

MyButton.ButtonElement.ToolTipText = "MyButton"

Greetings,
Dimitar Kapitanov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Brummi
Top achievements
Rank 1
answered on 25 Jun 2007, 09:15 AM
Hi Dimitar,

Aah, that's well "hidden" :) Thank you very mutch for your assistance!

Regards,
Daniel
0
Mohammed
Top achievements
Rank 2
answered on 26 Feb 2013, 01:07 PM
Hi,
I use Q3 2012 and i set auto tool tip = true and toot tip text and show item tool tip but still not working.
Regards,
mohammed
0
Stefan
Telerik team
answered on 28 Feb 2013, 09:52 AM
Hi Mohammed,

Thank you for writing.

The behavior is still the same - just set the ToolTipText property of the ButtonElement, and when you hover the button, the tool tip will be shown:
radButton1.ButtonElement.ToolTipText = "hello";

I hope this helps.
 

Kind regards,
Stefan
the Telerik team
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Join us for a FREE webinar to see all the new stuff in action.

Interested, but can’t attend? Register anyway and we’ll send you the recording.
0
Rudyard
Top achievements
Rank 1
answered on 13 Jan 2017, 12:46 AM
Controls are awesome, The sources are not so much, every VS version tried comes up with errors, I should tell Erik, seriously the name where does it come from, and why is the source buggy
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 13 Jan 2017, 07:56 AM
Hello Rudyard,

Thank you for writing.  

Could you please specify in details the exact problem that you are facing? What steps should I perform in order to reproduce the problem? Thus, we would be able to investigate the precise case and assist you further. Thank you.

I am looking forward to your reply.

Regards,
Dess
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Buttons, RadioButton, CheckBox, etc
Asked by
Brummi
Top achievements
Rank 1
Answers by
Dimitar Kapitanov
Telerik team
Brummi
Top achievements
Rank 1
Mohammed
Top achievements
Rank 2
Stefan
Telerik team
Rudyard
Top achievements
Rank 1
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or