TcxCustomHyperLinkEditProperties.LinkColor Property
In This Article
Specifies the hyperlink’s text color within an editor.
#Declaration
Delphi
property LinkColor: TColor read; write; default cxHyperLinkEditDefaultLinkColor;
#Property Value
Type | Default |
---|---|
TColor | cx |
#Remarks
Use the LinkColor property to modify the color of a hyperlink.
The default value of the LinkColor property is clBlue.
See Also