IMenuItem.SetTitleCondensed(ICharSequence) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Change the condensed title associated with this item.
[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 Android.Views.IMenuItem SetTitleCondensed (Java.Lang.ICharSequence? title);
[<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")>]
abstract member SetTitleCondensed : Java.Lang.ICharSequence -> Android.Views.IMenuItem
Parameters
- title
- ICharSequence
The new text to be displayed as the condensed title.
Returns
This Item so additional setters can be called.
- Attributes
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.
Java documentation for android.view.MenuItem.setTitleCondensed(java.lang.CharSequence)
.
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.