BaseInputConnection.SetSelection(Int32, Int32) Method
Definition
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.
The default implementation changes the selection position in the current editable text.
[Android.Runtime.Register("setSelection", "(II)Z", "GetSetSelection_IIHandler")]
public virtual bool SetSelection (int start, int end);
[<Android.Runtime.Register("setSelection", "(II)Z", "GetSetSelection_IIHandler")>]
abstract member SetSelection : int * int -> bool
override this.SetSelection : int * int -> bool
Parameters
- start
- Int32
the character index where the selection should start.
- end
- Int32
the character index where the selection should end.
Returns
Implements
- Attributes
Remarks
The default implementation changes the selection position in the current editable text.
Java documentation for android.view.inputmethod.BaseInputConnection.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.