Enum MessageBoxResult
Specifies identifiers to indicate the return value of a MessageBox.
public enum MessageBoxResult
Fields
None = 0
No button was tapped.
Primary = 1
The primary button was tapped by the user.
Secondary = 2
The secondary button was tapped by the user.