UIActionSheet.ButtonTitle(nint) Method
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.
C#
[Foundation.Export("buttonTitleAtIndex:")]
public virtual string ButtonTitle(nint index);
abstract member ButtonTitle : nint -> string
override this.ButtonTitle : nint -> string
- index
- System.System.IntPtr System.nativeint
The index of a button to retrieve the title of.
The title of a button at a given index.
- Attributes
Button indices are zero based. They start at zero and increment by one for each button that is added.
Produkt | Versiounen |
---|---|
Xamarin iOS SDK | 12 |