CursorAnchorInfo.SelectionStart Property

Definition

Returns the index where the selection starts.

public int SelectionStart { [Android.Runtime.Register("getSelectionStart", "()I", "")] get; }
[<get: Android.Runtime.Register("getSelectionStart", "()I", "")>]
member this.SelectionStart : int

Property Value

-1 if there is no selection.

Attributes

Remarks

Returns the index where the selection starts.

Java documentation for android.view.inputmethod.CursorAnchorInfo.getSelectionStart().

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