DialogReason 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.
Indicates in which a dialog-related method is being called.
public enum DialogReason
type DialogReason =
Public Enum DialogReason
- Inheritance
-
DialogReason
Fields
Name | Value | Description |
---|---|---|
BeginCalled | 0 | A dialog was started. |
ContinueCalled | 1 | A dialog was continued. |
EndCalled | 2 | A dialog was ended normally. |
ReplaceCalled | 3 | A dialog was ending because it was replaced. |
CancelCalled | 4 | A dialog was canceled. |
NextCalled | 5 | A preceding step of the dialog was skipped. |