Page 1 of 1

Tooltip in Label

PostPosted: 19 May 2016 00:29
by jandekkers
Hi

How would I create a tooltip in a label's caption. For Instance:

This is a Test with a tooltip

When hovering over the word Test a tooltip would be displayed

Thanks

Jan

Re: Tooltip in Label

PostPosted: 19 May 2016 09:15
by Alexander Bulei
Hi jandekkers,

You can use built-in browser tooltip, by using the property Hint.
If you want customized one, you need use Tooltip component (see our examples in demo).

Best Regards.