Click or drag to resize

DialogResults Enumeration

The return value of messageboxes

Namespace: Patagames.Pdf.Enums
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public enum DialogResults
Members
Member nameValueDescription
Ok1 Ok button was pressed
Cancel2 Cancel button was pressed
No3 No button was pressed
Yes4 Yes button was pressed
See Also