CursorAnchorInfo.ComposingTextStart Property

Definition

Returns the index where the composing text starts.

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

Property Value

-1 if there is no composing text.

Attributes

Remarks

Returns the index where the composing text starts.

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

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