Deployment Tools Foundation
DialogAttributes Enumeration
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► DialogAttributes
Defines flags for the Attributes column of the Dialog table.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
[FlagsAttribute] public enum DialogAttributes
<FlagsAttribute> Public Enumeration DialogAttributes
[FlagsAttribute] public enum class DialogAttributes
[<FlagsAttribute>] type DialogAttributes
Members
Member | Description |
---|---|
Visible | If this bit is set, the dialog is originally created as visible, otherwise it is hidden. |
Modal | If this bit is set, the dialog box is modal, other dialogs of the same application cannot be put on top of it, and the dialog keeps the control while it is running. |
Minimize | If this bit is set, the dialog box can be minimized. This bit is ignored for modal dialog boxes, which cannot be minimized. |
SysModal | If this style bit is set, the dialog box will stop all other applications and no other applications can take the focus. |
KeepModeless | If this bit is set, the other dialogs stay alive when this dialog box is created. |
TrackDiskSpace | If this bit is set, the dialog box periodically calls the installer. If the property changes, it notifies the controls on the dialog. |
UseCustomPalette | If this bit is set, the pictures on the dialog box are created with the custom palette (one per dialog received from the first control created). |
RightToLeftReadingOrder | If this style bit is set the text in the dialog box is displayed in right-to-left-reading order. |
RightAligned | If this style bit is set, the text is aligned on the right side of the dialog box. |
LeftScroll | If this style bit is set, the scroll bar is located on the left side of the dialog box. |
Bidirectional | This is a combination of the RightToLeftReadingOrder, RightAligned, and the LeftScroll dialog style bits. |
Error | If this bit is set, the dialog box is an error dialog. |
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)