ExtractedText.SelectionEnd Property

Definition

The offset where the selection currently ends within the extracted text.

[Android.Runtime.Register("selectionEnd")]
public int SelectionEnd { get; set; }
[<Android.Runtime.Register("selectionEnd")>]
member this.SelectionEnd : int with get, set

Property Value

Attributes

Remarks

The offset where the selection currently ends within the extracted text. The real selection end position is at <var>startOffset</var>+<var>selectionEnd</var>.

Java documentation for android.view.inputmethod.ExtractedText.selectionEnd.

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