UIActionSheet.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.
Retrieves the title of a button at a specified 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 a button to retrieve the title of.
Returns
The title of a button at a given index.
- Attributes
Remarks
Button indices are zero based. They start at zero and increment by one for each button that is added.