Project: Hot Label Component.
Unit: PJHotLabel.
Class: TPJHotLabel
Applies to: ~>2.0
property HighlightURL: Boolean;
HighlightURL determines whether the label's text is highlighted when the mouse passes of the control.
When this property is True
the label's text is highlighted using the font defined by the HighlightFont property. When HighlightURL is False
the text is not highlighted and the HighlightFont property is ignored.
This property is provided to maintain backward compatibility with previous versions of the component that did not support text highlighting. The default value of the property is False
so that by default the control does not highlight its text.