言語

BaseMovementMethod.Bottom(TextView, ISpannable) メソッド

定義

下部移動アクションを実行します。

[Android.Runtime.Register("bottom", "(Landroid/widget/TextView;Landroid/text/Spannable;)Z", "GetBottom_Landroid_widget_TextView_Landroid_text_Spannable_Handler")]
protected virtual bool Bottom(Android.Widget.TextView? widget, Android.Text.ISpannable? buffer);
[<Android.Runtime.Register("bottom", "(Landroid/widget/TextView;Landroid/text/Spannable;)Z", "GetBottom_Landroid_widget_TextView_Landroid_text_Spannable_Handler")>]
abstract member Bottom : Android.Widget.TextView * Android.Text.ISpannable -> bool
override this.Bottom : Android.Widget.TextView * Android.Text.ISpannable -> bool

パラメーター

widget
TextView

テキスト ビュー。

buffer
ISpannable

テキスト バッファー。

返品

もしイベントが処理されていれば、それは本当です。

属性

注釈

下部移動アクションを実行します。 カーソルを移動するか、バッファーの一番下までスクロールします。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象