TacLabel component
Hierarchy Properties Events |
The acLabel component lets you to create eye-catching captions for your application. This is improved label control which able to show the shadow and highlight effects, twinkle captions, and change the appearance when the mouse hovers or clicks the label.
|
|
Blinking | set of properties to make the label text twinkle and configure the blinking intervals;
|
CursorClick | cursor image user clicks the label with mouse;
|
FontClick | font color and style for text when user clicks the label with mouse;
|
FontHover | font color and style for text when user moves mouse pointer over label;
|
Highlight | color, style and depth of highlight effect;
|
Shadow | color, style and depth of shadow effect;
|
Options | specifies optional behaivor of text. For example, the label can looks like the path to some disk object (with an ellipsis (
) in the middle of label if the text is longer than width);
|
WordWrap | whether the text should wraps to the next line if it doesn't fits to the control's bounds.
|
OnMouseEnter | occurs when mouse pointer hovers the label;
|
OnMouseLeave | occurs when mouse pointer leaves the label.
|
acURLLabel and acRichLabel components.
|