MessageButtons Enumeration

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation MessageButtons Enumeration
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerMessageButtons
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++
public enum MessageButtons
Public Enumeration MessageButtons
public enum class 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.9.1006.0)