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] ButtonCount int. The number of buttons on the alert view. (read-only) CancelButtonIndex int. The index number of the cancel button. [read-only] overrideClassHandle IntPtr. The handle for this class. Delegate UIAlertViewDelegate. An instance of the MonoTouch.UIKit.UIAlertViewDelegate model class which acts as the class delegate. [read-only] FirstOtherButtonIndex int. The index of the first other button. (read-only) Message string. Descriptive text that provides more details than the title. Title string. The string that appears in the receiver’s title bar. Visible bool. A Boolean value that indicates whether the receiver is displayed. (read-only) WeakDelegate MonoTouch.Foundation.NSObject. The receiver’s delegate or null if it doesn’t have a delegate.