TextView.SelectionStart Property

Definition

Convenience for Selection#getSelectionStart.

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

Property Value

Attributes

Remarks

Convenience for Selection#getSelectionStart.

Java documentation for android.widget.TextView.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