Android.Text.Method.BaseMovementMethod.Home Method
Performs a home movement action.

Syntax

[Android.Runtime.Register("home", "(Landroid/widget/TextView;Landroid/text/Spannable;)Z", "GetHome_Landroid_widget_TextView_Landroid_text_Spannable_Handler")]
protected virtual bool Home (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 home movement action. Moves the cursor or scrolls to the start of the line or to the top of the document depending on whether the insertion point is being moved or the document is being scrolled.

[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 11