Enum Win32.DlgResult
Possible return values of MsgBoxDialog(IntPtr, string, string, uint).
public enum Win32.DlgResult
Fields
ABORT = 3The Abort button was selected.
CANCEL = 2The Cancel button was selected.
CONTINUE = 11The Continue button was selected.
IGNORE = 5The Ignore button was selected.
NO = 7The No button was selected.
OK = 1The OK button was selected.
RETRY = 4The Retry button was selected.
TRYAGAIN = 10The Try Again button was selected.
YES = 6The Yes button was selected.