Deployment Tools Foundation
MessageButtons Enumeration
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► MessageButtons
Specifies constants defining which buttons to display for a message. This can be cast to
the MessageBoxButtons enum in System.Windows.Forms and System.Windows.
Declaration Syntax| C# | Visual Basic | Visual C++ | F# |
public enum MessageButtons
Public Enumeration MessageButtons
public enum class MessageButtons
type MessageButtons
Members| Member | Description |
|---|---|
| OK |
The message contains an OK button.
|
| OKCancel |
The message contains OK and Cancel buttons.
|
| AbortRetryIgnore |
The message contains Abort, Retry, and Ignore buttons.
|
| YesNoCancel |
The message contains Yes, No, and Cancel buttons.
|
| YesNo |
The message contains Yes and No buttons.
|
| RetryCancel |
The message contains Retry and Cancel buttons.
|
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)