DialogPreference.NegativeButtonTextFormatted Propiedad

Definición

Devuelve el texto del botón negativo que se va a mostrar en los diálogos posteriores. -o bien- Establece el texto del botón negativo del cuadro de diálogo.

public virtual Java.Lang.ICharSequence? NegativeButtonTextFormatted { [Android.Runtime.Register("getNegativeButtonText", "()Ljava/lang/CharSequence;", "GetGetNegativeButtonTextHandler")] get; [Android.Runtime.Register("setNegativeButtonText", "(Ljava/lang/CharSequence;)V", "GetSetNegativeButtonText_Ljava_lang_CharSequence_Handler")] set; }
[<get: Android.Runtime.Register("getNegativeButtonText", "()Ljava/lang/CharSequence;", "GetGetNegativeButtonTextHandler")>]
[<set: Android.Runtime.Register("setNegativeButtonText", "(Ljava/lang/CharSequence;)V", "GetSetNegativeButtonText_Ljava_lang_CharSequence_Handler")>]
member this.NegativeButtonTextFormatted : Java.Lang.ICharSequence with get, set

Valor de propiedad

Texto del botón negativo.

Atributos

Comentarios

Documentación del captador de propiedades:

Devuelve el texto del botón negativo que se va a mostrar en los diálogos posteriores.

Java documentación para android.preference.DialogPreference.getNegativeButtonText().

Documentación del establecedor de propiedades:

Establece el texto del botón negativo del cuadro de diálogo. Esto se mostrará en los diálogos posteriores.

Java documentación para android.preference.DialogPreference.setNegativeButtonText(java.lang.CharSequence).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a