UIActionSheet.FirstOtherButtonIndex 属性

定义

第一个自定义按钮的索引。 只读。

public virtual nint FirstOtherButtonIndex { [Foundation.Export("firstOtherButtonIndex")] get; }
member this.FirstOtherButtonIndex : nint

属性值

System.System.IntPtr System.nativeint
属性

注解

如果未设置任何自定义按钮,则返回 -1。

按钮索引从零开始。 它们从零开始,并为每个添加的按钮递增一个。

适用于