The members of UIKit.UIAlertView are listed below.
See Also: Inherited members from UIKit.UIView
| Default constructor that initializes a new instance of this class with no parameters. | ||
| Initializes the UIAlertView with the specified frame. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Constructor to initialize an alert view. |
| 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. |
| AlertViewStyle | UIAlertViewStyle. The style of the alert view. | |
| [read-only] static | Appearance | UIAlertView.UIAlertViewAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| [read-only] | ButtonCount | nint. The number of buttons contained in the alert view. |
| CancelButtonIndex | nint. The index of the cancel button. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | IUIAlertViewDelegate. An instance of the UIKit.UIAlertViewDelegate model class which acts as the class delegate. | |
| [read-only] | FirstOtherButtonIndex | nint. The index of the first other button. |
| Message | string. Detailed text shown below the title in the alert view. | |
| ShouldEnableFirstOtherButton | UIAlertViewPredicate. Delegate invoked by the object to get a value. | |
| Title | string. A string shown in the title bar. | |
| [read-only] | Visible | bool. Used to determine if the alert view is currently being displayed. |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |
AddButton(string)Adds a button to an alert view with the specified title. | ||
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
ButtonTitle(nint)Returns a button title by index. | ||
DismissWithClickedButtonIndex(bool, nint)Closes an alert view with an optional animation. | ||
static | GetAppearance<T>()The strongly-typed IUIAppearance for this object. | |
static | GetAppearance<T>(UITraitCollection)Documentation for this section has not yet been entered. | |
static | GetAppearance<T>(UITraitCollection, params Type[])Documentation for this section has not yet been entered. | |
GetTextField(nint)Returns a text field for specified index. | ||
Show()Displays the alert view | ||
| Canceled | Event raised by the object. | |
| Clicked | Event raised by the object. | |
| Dismissed | Event raised by the object. | |
| Presented | Event raised by the object. | |
| WillDismiss | Event raised by the object. | |
| WillPresent | Event raised by the object. |