UIAlertView.ButtonTitle(nint) Method
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.
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.