Android.Preferences.DialogPreference.PositiveButtonTextFormatted Property
Returns the text of the positive button to be shown on subsequent dialogs.

Syntax

[get: Android.Runtime.Register("getPositiveButtonText", "()Ljava/lang/CharSequence;", "GetGetPositiveButtonTextHandler")]
[set: Android.Runtime.Register("setPositiveButtonText", "(Ljava/lang/CharSequence;)V", "GetSetPositiveButtonText_Ljava_lang_CharSequence_Handler")]
public virtual Java.Lang.ICharSequence PositiveButtonTextFormatted { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the text of the positive button to be shown on subsequent dialogs.

Set method documentation [Android Documentation]

Sets the text of the positive button of the dialog. This will be shown on subsequent dialogs.

Requirements

Namespace: Android.Preferences
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1