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

テキスト バッファー。

戻り値

イベントが処理された場合は True。

属性

注釈

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

の Java ドキュメント android.text.method.BaseMovementMethod.bottom(android.widget.TextView, android.text.Spannable)

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

適用対象