UIKit.UIAlertView: Method Members

The methods of UIKit.UIAlertView are listed below. For a list of all members, see the UIAlertView Members list.

See Also: Inherited members from UIKit.UIView

Public Methods

AddButton(string) : nint
Adds a button to an alert view with the specified title.
static
AppearanceWhenContainedIn(params Type[]) : UIAlertView.UIAlertViewAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
ButtonTitle(nint) : string
Returns a button title by index.
DismissWithClickedButtonIndex(bool, nint)
Closes an alert view with an optional animation.
static
GetAppearance<T>() : UIAlertView.UIAlertViewAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UIAlertView.UIAlertViewAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UIAlertView.UIAlertViewAppearance
Documentation for this section has not yet been entered.
GetTextField(nint) : UITextField
Returns a text field for specified index.
Show()
Displays the alert view

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIAlertView object.