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

tooltip on radlabel

2 Answers 641 Views
Label
This is a migrated thread and some comments may be shown as answers.
Nadina
Top achievements
Rank 1
Nadina asked on 14 Aug 2012, 07:27 PM
RadLabel does not have a ToolTip property, so is there any way to display tooltip text when the mouse enter event is raised?

2 Answers, 1 is accepted

Sort by
0
Nadina
Top achievements
Rank 1
answered on 14 Aug 2012, 07:35 PM
Ok, disregard. I'm new to Telerik and haven't quite figured out the inheritance, in this case the RadLabel.RootElement properties.
0
Stefan
Telerik team
answered on 17 Aug 2012, 10:01 AM
Hello Nadina,

Thank you for writing.

It is better if you use the properties of the control's element instead:
radLabel.LabelElement.ToolTipText = "Hello";

More information about the Telerik Presentation Foundation and the class hierarchy can be found here: http://www.telerik.com/help/winforms/tpf-class-hierarchy-overview.html 

I hope this helps.
 
Greetings,
Stefan
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
Tags
Label
Asked by
Nadina
Top achievements
Rank 1
Answers by
Nadina
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or