MessageButtons Enumeration
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.
Members
Member | Description |
---|---|
AbortRetryIgnore | The message contains Abort, Retry, and Ignore buttons. |
OK | The message contains an OK button. |
OKCancel | The message contains OK and Cancel buttons. |
RetryCancel | The message contains Retry and Cancel buttons. |
YesNo | The message contains Yes and No buttons. |
YesNoCancel | The message contains Yes, No, and Cancel buttons. |
WixToolset.Dtf.WindowsInstaller.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |