The members of UIKit.UIAlertAction are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor, initializes a new instance of this class. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Enabled | bool. Documentation for this section has not yet been entered. | |
| [read-only] | Style | UIAlertActionStyle. The style that was used to create the UIAlertAction, determines how the action is rendered in the user interface. |
| [read-only] | Title | string. Title that was provided when the UIAlertAction was created. |
Copy(Foundation.NSZone)Performs a copy of the underlying Objective-C object. | ||
static | Create(string, UIAlertActionStyle, Action<UIAlertAction>)Creates an action with the specified title, style and event handler. | |