Link control TxtColor
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2772 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8d50bdca2c
commit
f179c288ad
1 changed files with 7 additions and 1 deletions
|
@ -430,7 +430,13 @@ numbers from 1 to NumFields. Each Field section can contain the following values
|
|||
<tr>
|
||||
<td class="righttable">READONLY</td>
|
||||
<td class="righttable">Used by "<span class="italic">Text</span>" controls. Prevents the user from entering or editing text in the edit control, but allow the user to select and copy the text.</td></tr>
|
||||
</table></td></tr></table>
|
||||
</table></td></tr>
|
||||
<tr>
|
||||
<td class="lefttable"><span class="bold">TxtColor</span></td>
|
||||
<td class="lefttable"><span class="italic">(optional)</span></td>
|
||||
<td class="righttable">Used by <span class="italic">Link</span> controls to
|
||||
specify the foreground color of the text. Format: 0xBBRRGG (hexadecimal).</td></tr>
|
||||
</table>
|
||||
<p class="header">How to use</p>
|
||||
<p class="subheader">Modern UI</p>
|
||||
<p class="text">For information about using InstallOptions with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue