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