Android.Content.ClipboardManager.TextFormatted Property
Returns the text on the clipboard.

Syntax

[System.Obsolete("deprecated")]
[get: Android.Runtime.Register("getText", "()Ljava/lang/CharSequence;", "GetGetTextHandler")]
[set: Android.Runtime.Register("setText", "(Ljava/lang/CharSequence;)V", "GetSetText_Ljava_lang_CharSequence_Handler")]
public override Java.Lang.ICharSequence TextFormatted { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the text on the clipboard. It will eventually be possible to store types other than text too, in which case this will return null if the type cannot be coerced to text.

Set method documentation [Android Documentation]

Sets the contents of the clipboard to the specified text.

Requirements

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