Share via


Selection.RemoveSelection(ISpannable) Method

Definition

Remove the selection or cursor, if any, from the text.

[Android.Runtime.Register("removeSelection", "(Landroid/text/Spannable;)V", "")]
public static void RemoveSelection (Android.Text.ISpannable? text);
[<Android.Runtime.Register("removeSelection", "(Landroid/text/Spannable;)V", "")>]
static member RemoveSelection : Android.Text.ISpannable -> unit

Parameters

text
ISpannable
Attributes

Remarks

Remove the selection or cursor, if any, from the text.

Java documentation for android.text.Selection.removeSelection(android.text.Spannable).

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