Android.Text.Method.ScrollingMovementMethod.Right Method
Performs a right movement action.

Syntax

[Android.Runtime.Register("right", "(Landroid/widget/TextView;Landroid/text/Spannable;)Z", "GetRight_Landroid_widget_TextView_Landroid_text_Spannable_Handler")]
protected override bool Right (Android.Widget.TextView widget, Android.Text.ISpannable buffer)

Parameters

widget
The text view.
buffer
The text buffer.

Returns

Documentation for this section has not yet been entered.

Remarks

Performs a right movement action. Moves the cursor or scrolls right by one character.

[Android Documentation]

Requirements

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