TdxCustomFormattedTextProperties Class
The base class for formatted text-related settings at the control level.
Declaration
TdxCustomFormattedTextProperties = class(
TdxCommonFormattedTextProperties
)
Remarks
Formatted text-related settings allow you to modify appearance and behavior of formatted text ranges in DevExpress VCL controls with support for BBCode-inspired text formatting markup.
In this topic…
Main API Members
The list below outlines key members of the TdxCustomFormattedTextProperties class.
Appearance-Related APIs
- ActualHyperlinkColor
- Returns the hyperlink color in the current look and feel.
- ActualShowHyperlinkHint | ActualShowTextHint
- Identify if hints are enabled for hyperlinks and hint-marked text ranges.
- HyperlinkColor
- Specifies the color of hyperlinks in formatted messages, labels, and UI element captions.
Behavior/User Interaction-Related APIs
- OnHintedTextClick
- Allows you to execute custom code in response to a click on a hint-marked text range.
- OnHintedTextMouseEnter | OnHintedTextMouseLeave
- Allows you to track mouse pointer movement between hint-marked text ranges.
- OnHyperlinkClick
- Allows you to complement or override predefined hyperlink activation behavior.
- OnHyperlinkMouseEnter | OnHyperlinkMouseLeave
- Allows you to track mouse pointer movement between hyperlinks.
- OnShowHyperlinkHint | OnShowTextHint
- Allow you to complement or override predefined hint display behavior (for hyperlinks and hint-marked text ranges).
- ShowHyperlinkHint
- Specifies whether a hint appears when a user positions the mouse pointer over a hyperlink.
- ShowTextHint
- Specifies whether a hint appears when a user positions the mouse pointer over a text range enclosed between [HINT] and [/HINT] tags.
General-Purpose API Members
- Assign
- Copies compatible settings between supported DevExpress controls.
- BeginUpdate | EndUpdate | CancelUpdate
- Allow you to avoid excessive redraw operations during batch content and setting changes.
- OnChanged
- Allows you to track formatted text setting changes.
Terminal TdxCustomFormattedTextProperties Class Descendants
Do not use the TdxCustomFormattedTextProperties class directly. Use the following descendants instead:
ExpressEditors
ExpressLayoutControl
ExpressQuantumGrid
ExpressQuantumTreeList
Inheritance
See Also