|
Navigation: Program Reference > Dialogs > Dialog Editor |
|
VisualSetup has a Windows Forms editor like interface for the dialog editor. To edit a dialog, go to Setup Dialogs toolbox (View > Setup Dialogs menu command) and double-click the dialog you want do edit.
The available properties for the setup dialogs are:
Appearance
Title |
The text contained in the dialog's caption. |
Visible |
The visibility of the dialog. |
Design
Cancel Control |
The name of the cancel control, hitting the ESC key is equivalent to clicking on the cancel control. |
Default Control |
The name of the default control, hitting the Return key is equivalent to clicking on the default control. |
Name |
Identifies the dialog. |
System |
Defines if current dialog is a system dialog. This property is only available for wizard dialogs. For more information about system dialogs, read System Dialogs topic. |
Layout
Style |
The dialog's style. This property is only available for wizard dialogs and refers to a style dialog defined in your setup project. |
Height |
The height of the dialog in pixels. |
Left |
The left position of the dialog. |
Top |
The top position of the dialog. |
Width |
The width of the dialog in pixels. |
Options
Modal |
Defines if the dialog is modal. |
Right Aligned |
Defines that the text is aligned in the right side. |
Sys Modal |
Defines if the dialog is system modal. |