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