UIAlertView.ButtonTitle(nint) Method

Definition

Returns a button title by index.

[Foundation.Export("buttonTitleAtIndex:")]
public virtual string ButtonTitle (nint index);
abstract member ButtonTitle : nint -> string
override this.ButtonTitle : nint -> string

Parameters

index
System.System.IntPtr System.nativeint

The index of the button to return the title for.

Returns

The title of the button for the given index.

Attributes

Remarks

Allows retrieval of button title by index, where the indices start at 0.

Applies to