Android.Views.IMenuItem.SetTitleCondensed Method
Change the condensed title associated with this item.

Syntax

[Android.Runtime.Register("setTitleCondensed", "(Ljava/lang/CharSequence;)Landroid/view/MenuItem;", "GetSetTitleCondensed_Ljava_lang_CharSequence_Handler:Android.Views.IMenuItemInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IMenuItem SetTitleCondensed (Java.Lang.ICharSequence title)

Parameters

title
The new text to be displayed as the condensed title.

Returns

Documentation for this section has not yet been entered.

Remarks

Change the condensed title associated with this item. The condensed title is used in situations where the normal title may be too long to be displayed.

[Android Documentation]

Requirements

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