DialogBoxType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class DialogBoxType
public enum DialogBoxType
type DialogBoxType =
Public Enum DialogBoxType
- Inheritance
-
DialogBoxType
Fields
Name | Value | Description |
---|---|---|
InfoBox | 0 | |
WarnBox | 1 | |
YesNoBox | 2 | |
StopBox | 3 | |
YesNoCancelBox | 4 | |
OkCancelBox | 5 | |
YesToAllBox | 6 | |
NoToAllBox | 7 | |
YesToAllNoToAllBox | 8 | |
InfoBoxOkCancelBox | 9 |