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