UIKit.UIAlertView: Property Members

The properties 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 Properties

AlertViewStyleUIAlertViewStyle. The style of the alert view.
[read-only]
static
AppearanceUIAlertView.UIAlertViewAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
ButtonCountnint. The number of buttons contained in the alert view.
CancelButtonIndexnint. The index of the cancel button.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateIUIAlertViewDelegate. An instance of the UIKit.UIAlertViewDelegate model class which acts as the class delegate.
[read-only]
FirstOtherButtonIndexnint. The index of the first other button.
Messagestring. Detailed text shown below the title in the alert view.
ShouldEnableFirstOtherButtonUIAlertViewPredicate. Delegate invoked by the object to get a value.
Titlestring. A string shown in the title bar.
[read-only]
Visiblebool. Used to determine if the alert view is currently being displayed.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type