TacRichLabel component
Hierarchy Properties Events |
The acRichLabel component is the label which able to show the rich text. Some words or characters can be bold, italic or underlined, and you can specify the custom colors for various parts of text. At design-time you can edit the rich text using WYSIWYG editor for Caption property.
|
|
The rich text used in this controls is not standard RTF or HTML, however it supports kind of tags, which also used in the context-sensitive help of the acFormHelp component.
|
|
|
Caption | specifies the text for label. You can use rich-style tags;
|
MarginHorz | ;
|
MarginVert | ;
|
ShadowColor | ;
|
ShowFrame | ;
|
ShowShadow | ;
|
Transparent | ;
|
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.
|
acFormHelp, acLabel, acURLLabel and acHTMLViewer components.
|