共用方式為


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。

按鈕索引是以零起始。 它們會從零開始,並針對每個新增的按鈕遞增一個。

適用於