Click or drag to resize

DialogResults Enumeration

The return value of messageboxes

Namespace:  Patagames.Pdf.Enums
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.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