Android.Text.Selection.ExtendRight Method
Move the selection end to the buffer offset physically to the right of the current selection end.

Syntax

[Android.Runtime.Register("extendRight", "(Landroid/text/Spannable;Landroid/text/Layout;)Z", "")]
public static bool ExtendRight (ISpannable text, Layout layout)

Parameters

text
Documentation for this section has not yet been entered.
layout
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Move the selection end to the buffer offset physically to the right of the current selection end.

[Android Documentation]

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1