MessageDefaultButton Enumeration

DTF API

Copy image CopyHover image
Deployment Tools Foundation MessageDefaultButton Enumeration
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerMessageDefaultButton
Specifies constants defining the default button on a message. This can be cast to the MessageBoxDefaultButton enum in System.Windows.Forms and System.Windows.
Declaration Syntax
C# Visual Basic Visual C++ F#
public enum MessageDefaultButton
Public Enumeration MessageDefaultButton
public enum class MessageDefaultButton
type MessageDefaultButton
Members
Member Description
Button1 The first button on the message is the default button.
Button2 The second button on the message is the default button.
Button3 The third button on the message is the default button.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)