From 913066089e4343792633c8817642ec8f91400b67 Mon Sep 17 00:00:00 2001 From: rainwater Date: Fri, 3 Jan 2003 23:15:01 +0000 Subject: [PATCH] Added DISABLED flag to docs git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2027 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/InstallOptions/Readme.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contrib/InstallOptions/Readme.html b/Contrib/InstallOptions/Readme.html index 90f8af37..801ce687 100644 --- a/Contrib/InstallOptions/Readme.html +++ b/Contrib/InstallOptions/Readme.html @@ -390,6 +390,9 @@ numbers from 1 to NumFields. Each Field section can contain the following values GROUP Always add this flag to the first control in a group of "RadioButton" controls. + + DISABLED + Causes a control to be disabled.

How to use

Modern UI