The members of Android.InputMethodServices.KeyboardView are listed below.
See Also: Inherited members from Android.Views.View
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | IsShifted | bool. Returns the state of the shift key of the keyboard, if any. |
Keyboard | Keyboard. Returns the current keyboard being displayed by this view. | |
OnKeyboardActionListener | KeyboardView.IOnKeyboardActionListener. Returns the NoType:android/inputmethodservice/KeyboardView$OnKeyboardActionListener;Href=../../../reference/android/inputmethodservice/KeyboardView.OnKeyboardActionListener.html object. | |
PreviewEnabled | bool. Returns the enabled state of the key feedback popup. | |
ProximityCorrectionEnabled | bool. Returns true if proximity correction is enabled. |
[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. |
Closing() | ||
HandleBack() | ||
InvalidateAllKeys()Requests a redraw of the entire keyboard. | ||
InvalidateKey(int)Invalidates a key so that it will be redrawn on the next repaint. | ||
OnClick(Android.Views.View)Documentation for this section has not yet been entered. | ||
OnDetachedFromWindow()This is called when the view is detached from a window. | ||
OnDraw(Android.Graphics.Canvas)Implement this to do your drawing. | ||
OnMeasure(int, int) | ||
OnSizeChanged(int, int, int, int)This is called during layout when the size of this view has changed. | ||
SetPopupOffset(int, int) | ||
SetPopupParent(Android.Views.View) | ||
SetShifted(bool)Sets the state of the shift key of the keyboard, if any. | ||
SetVerticalCorrection(int) |
GetOnKeyboardActionListener()Documentation for this section has not yet been entered. | ||
OnLongPress(Keyboard.Key)Called when a key is long pressed. | ||
SwipeDown() | ||
SwipeLeft() | ||
SwipeRight() | ||
SwipeUp() |
Key | Documentation for this section has not yet been entered. | |
Press | Documentation for this section has not yet been entered. | |
Release | Documentation for this section has not yet been entered. | |
SwipeDownEvent | Documentation for this section has not yet been entered. | |
SwipeLeftEvent | Documentation for this section has not yet been entered. | |
SwipeRightEvent | Documentation for this section has not yet been entered. | |
SwipeUpEvent | Documentation for this section has not yet been entered. | |
Text | Documentation for this section has not yet been entered. |