Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
Hotkey for label
posted

I have a requirement to use different font color in the same text of label. (Example: The label text is "Name*" in which asterix should be marked RED.)

This is not possible using UltraLabel, so I am using UltraFormattedLinkLabel. But the problem with UltraFormattedLinkLabel is that it does not allow to add hotkey, which is possible through UltraLabel by adding ampersand as desired. (Example: "&Name*" for N to be the hotkey).

How do I achieve hotkey functionality as well as two font color in single label? Using two UltraLabels does not work, because the two label texts looks separated, with space between them.