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

Syntax

[Android.Runtime.Register("getSelectionStart", "(Ljava/lang/CharSequence;)I", "")]
public static int GetSelectionStart (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 anchor 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