Android.Text.Selection.GetSelectionEnd Method
Return the offset of the selection edge or cursor, or -1 if there is no selection or cursor.

Syntax

[Android.Runtime.Register("getSelectionEnd", "(Ljava/lang/CharSequence;)I", "")]
public static int GetSelectionEnd (Java.Lang.ICharSequence text)

Parameters

text
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Return the offset of the selection edge or cursor, or -1 if there is no selection or cursor.

[Android Documentation]

Requirements

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