UIActionSheet.DestructiveButtonIndex 属性

定义

返回破坏性按钮的索引。

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。

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

适用于