 | ButtonTypes Enumeration |
The type of button group
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
SyntaxPublic Enumeration ButtonTypes
public enum class ButtonTypes
Patagames.Pdf.Enums.ButtonTypes = function();
Patagames.Pdf.Enums.ButtonTypes.createEnum('Patagames.Pdf.Enums.ButtonTypes', false);
Members
| Member name | Value | Description |
---|
| Ok | 0 |
Ok button
|
| OkCancel | 1 |
Ok and Cancel buttons
|
| YesNo | 2 |
Yes and No buttons
|
| YesNoCancel | 3 |
Yes, No and Cancel buttons
|
See Also