Setting a Control’s Properties

InstallShield 2022

Project:This information applies to the following project types:

• InstallScript
• InstallScript MSI

The dialog itself and every control on it has a property sheet in the Dialog Editor. These properties determine such things as a control’s size and position, its default text (as a string identifier), or whether the dialog is modal.

To edit one of the property sheets, select the control on the dialog, or select a control’s or dialog’s name from the box above the property sheet. The properties vary depending on the type of control:

• Dialog
• Check Box
• Push Button
• Edit Field
• Combo Box
• Text Area
• List Box
• Radio Button
• Bitmap
• Group Box
• Line
• Radio Button Group
• Selection Tree
• Progress Bar
• List View
• Icon

See Also