UIAlertView.FirstOtherButtonIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.