Compartir a través de


UIActionSheet.DestructiveButtonIndex Propiedad

Definición

Devuelve el índice del botón destructivo.

public virtual nint DestructiveButtonIndex { [Foundation.Export("destructiveButtonIndex")] get; [Foundation.Export("setDestructiveButtonIndex:")] set; }
member this.DestructiveButtonIndex : nint with get, set

Valor de propiedad

System.System.IntPtr System.nativeint

Índice del botón destructivo.

Atributos

Comentarios

Devolverá -1 si no se ha establecido ningún botón cancelar.

Los índices de botón son de base cero. Comienzan en cero e incrementan en uno por cada botón que se agrega.

Se aplica a