The members of Android.Text.Method.ArrowKeyMovementMethod are listed below.
See Also: Inherited members from Android.Text.Method.BaseMovementMethod
Public Constructors
Protected Constructors
| | A constructor used when creating managed representations of JNI objects; called by the runtime. |
Public Properties
Protected Properties
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Public Methods
override | CanSelectArbitrarily() : boolReturns true if this movement method allows arbitrary selection
of any text; false if it has no selection (like a movement method
that only scrolls) or a constrained selection (for example
limited to links. |
override | Initialize(Android.Widget.TextView, Android.Text.ISpannable) |
override | OnKeyDown(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.Keycode, Android.Views.KeyEvent) : boolDocumentation for this section has not yet been entered. |
override | OnKeyOther(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.KeyEvent) : boolDocumentation for this section has not yet been entered. |
override | OnKeyUp(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.Keycode, Android.Views.KeyEvent) : boolDocumentation for this section has not yet been entered. |
override | OnTakeFocus(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.FocusSearchDirection) |
override | OnTouchEvent(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.MotionEvent) : bool |
override | OnTrackballEvent(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.MotionEvent) : boolDocumentation for this section has not yet been entered. |