From f179c288ada1ec8e69b47ff145d4ef6ba233b7b8 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sat, 26 Jul 2003 12:15:04 +0000 Subject: [PATCH] Link control TxtColor git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2772 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/InstallOptions/Readme.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Contrib/InstallOptions/Readme.html b/Contrib/InstallOptions/Readme.html index 298dfe62..f72aa96a 100644 --- a/Contrib/InstallOptions/Readme.html +++ b/Contrib/InstallOptions/Readme.html @@ -430,7 +430,13 @@ numbers from 1 to NumFields. Each Field section can contain the following values READONLY Used by "Text" controls. Prevents the user from entering or editing text in the edit control, but allow the user to select and copy the text. - + + + TxtColor + (optional) + Used by Link controls to + specify the foreground color of the text. Format: 0xBBRRGG (hexadecimal). +

How to use

Modern UI

For information about using InstallOptions with