Mono Class Library: Overview

MonoTouch.UIKit.UIAlertView: Property Members

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

See Also: Inherited members from MonoTouch.UIKit.UIView

Public Properties

[read-only]
ButtonCountint. The number of buttons on the alert view. (read-only)
CancelButtonIndexint. The index number of the cancel button.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateUIAlertViewDelegate. An instance of the MonoTouch.UIKit.UIAlertViewDelegate model class which acts as the class delegate.
[read-only]
FirstOtherButtonIndexint. The index of the first other button. (read-only)
Messagestring. Descriptive text that provides more details than the title.
Titlestring. The string that appears in the receiver’s title bar.
Visiblebool. A Boolean value that indicates whether the receiver is displayed. (read-only)
WeakDelegateMonoTouch.Foundation.NSObject. The receiver’s delegate or null if it doesn’t have a delegate.