UIActionSheet.FirstOtherButtonIndex 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
第一个自定义按钮的索引。 只读。
public virtual nint FirstOtherButtonIndex { [Foundation.Export("firstOtherButtonIndex")] get; }
member this.FirstOtherButtonIndex : nint
属性值
System.System.IntPtr
System.nativeint
- 属性
注解
如果未设置任何自定义按钮,则返回 -1。
按钮索引从零开始。 它们从零开始,并为每个添加的按钮递增一个。