Selection.ExtendSelection(ISpannable, Int32) Method

Definition

Move the selection edge to offset index.

[Android.Runtime.Register("extendSelection", "(Landroid/text/Spannable;I)V", "")]
public static void ExtendSelection (Android.Text.ISpannable? text, int index);
[<Android.Runtime.Register("extendSelection", "(Landroid/text/Spannable;I)V", "")>]
static member ExtendSelection : Android.Text.ISpannable * int -> unit

Parameters

text
ISpannable
index
Int32
Attributes

Remarks

Move the selection edge to offset index.

Java documentation for android.text.Selection.extendSelection(android.text.Spannable, int).

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