DialogPreference.NegativeButtonTextFormatted Proprietà

Definizione

Restituisce il testo del pulsante negativo da visualizzare nelle finestre di dialogo successive. -oppure- Imposta il testo del pulsante negativo della finestra di dialogo.

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

Valore della proprietà

Testo del pulsante negativo.

Attributi

Commenti

Documentazione del getter delle proprietà:

Restituisce il testo del pulsante negativo da visualizzare nelle finestre di dialogo successive.

per android.preference.DialogPreference.getNegativeButtonText().

Documentazione del setter delle proprietà:

Imposta il testo del pulsante negativo della finestra di dialogo. Questa operazione verrà visualizzata nelle finestre di dialogo successive.

per android.preference.DialogPreference.setNegativeButtonText(java.lang.CharSequence).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a