State information for list boxes and their relatives
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2071 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4e0a7e927b
commit
ed82cf39f6
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ numbers from 1 to NumFields. Each Field section can contain the following values
|
|||
<td class="righttable">Specifies the state of the control. This is updated when the user
|
||||
closes the window, so you can read from it from NSIS. For edit texts and dir and file
|
||||
request boxes, this is the string that is specified. For radio button and check boxes,
|
||||
this can be '0' or '1' (for unchecked or checked).
|
||||
this can be '0' or '1' (for unchecked or checked). For list boxes, combo boxes and drop lists this is the selected items separated by pipes ('|').
|
||||
</td></tr>
|
||||
<tr>
|
||||
<td class="lefttable"><span class="bold">ListItems</span></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue