InputConnectionWrapper.DeleteSurroundingText(Int32, Int32) Method

Definition

To be added

[Android.Runtime.Register("deleteSurroundingText", "(II)Z", "GetDeleteSurroundingText_IIHandler")]
public virtual bool DeleteSurroundingText (int beforeLength, int afterLength);
[<Android.Runtime.Register("deleteSurroundingText", "(II)Z", "GetDeleteSurroundingText_IIHandler")>]
abstract member DeleteSurroundingText : int * int -> bool
override this.DeleteSurroundingText : int * int -> bool

Parameters

beforeLength
Int32

The number of characters to be deleted before the current cursor position.

afterLength
Int32

The number of characters to be deleted after the current cursor position.

Returns

Implements

Attributes

Remarks

To be added

Java documentation for android.view.inputmethod.InputConnectionWrapper.deleteSurroundingText(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