EditText.SetSelection Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SetSelection(Int32) |
Convenience for |
SetSelection(Int32, Int32) |
Convenience for |
Convenience for Selection#setSelection(Spannable, int)
.
[Android.Runtime.Register("setSelection", "(I)V", "GetSetSelection_IHandler")]
public virtual void SetSelection (int index);
[<Android.Runtime.Register("setSelection", "(I)V", "GetSetSelection_IHandler")>]
abstract member SetSelection : int -> unit
override this.SetSelection : int -> unit
Parameters
- index
- Int32
- Attributes
Remarks
Convenience for Selection#setSelection(Spannable, int)
.
Java documentation for android.widget.EditText.setSelection(int)
.
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
.NET for Android .NET for Android API 35 i .NET for Android .NET for Android API 34
Produkt | Wersje |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |
Convenience for Selection#setSelection(Spannable, int, int)
.
[Android.Runtime.Register("setSelection", "(II)V", "GetSetSelection_IIHandler")]
public virtual void SetSelection (int start, int stop);
[<Android.Runtime.Register("setSelection", "(II)V", "GetSetSelection_IIHandler")>]
abstract member SetSelection : int * int -> unit
override this.SetSelection : int * int -> unit
Parameters
- start
- Int32
- stop
- Int32
- Attributes
Remarks
Convenience for Selection#setSelection(Spannable, int, int)
.
Java documentation for android.widget.EditText.setSelection(int, int)
.
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
.NET for Android .NET for Android API 35 i .NET for Android .NET for Android API 34
Produkt | Wersje |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |