Language

ActionBar.SubtitleFormatted Property

Definition

Returns the current ActionBar subtitle in standard mode.

public abstract Java.Lang.ICharSequence? SubtitleFormatted { [Android.Runtime.Register("getSubtitle", "()Ljava/lang/CharSequence;", "GetGetSubtitleHandler")] get; [Android.Runtime.Register("setSubtitle", "(Ljava/lang/CharSequence;)V", "GetSetSubtitle_Ljava_lang_CharSequence_Handler")] set; }
[<get: Android.Runtime.Register("getSubtitle", "()Ljava/lang/CharSequence;", "GetGetSubtitleHandler")>]
[<set: Android.Runtime.Register("setSubtitle", "(Ljava/lang/CharSequence;)V", "GetSetSubtitle_Ljava_lang_CharSequence_Handler")>]
member this.SubtitleFormatted : Java.Lang.ICharSequence with get, set

Property Value

The current ActionBar subtitle or null.

Attributes

Remarks

Returns the current ActionBar subtitle in standard mode. Returns null if getNavigationMode() would not return NAVIGATION_MODE_STANDARD.

Android reference for android.app.ActionBar.getSubtitle.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to