UIAlertView.FirstOtherButtonIndex Property

Definition

The index of the first other button.

public virtual nint FirstOtherButtonIndex { [Foundation.Export("firstOtherButtonIndex")] get; }
member this.FirstOtherButtonIndex : nint

Property Value

System.System.IntPtr System.nativeint

The index of the first other button.

Attributes

Remarks

The index starts at 0 and the default is -1. You must use the C:UIKit.UIAlertView.UIAlertView(string,string,UIKit.UIAlertViewDelegate,string,string[]) constructor to set this property.

Applies to