Android.InputMethodServices.KeyboardView.Keyboard Property
Returns the current keyboard being displayed by this view.

Syntax

[get: Android.Runtime.Register("getKeyboard", "()Landroid/inputmethodservice/Keyboard;", "GetGetKeyboardHandler")]
[set: Android.Runtime.Register("setKeyboard", "(Landroid/inputmethodservice/Keyboard;)V", "GetSetKeyboard_Landroid_inputmethodservice_Keyboard_Handler")]
public virtual Keyboard Keyboard { get; set; }

See Also

KeyboardView.Keyboard
Keyboard
KeyboardView.Keyboard

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the current keyboard being displayed by this view.

Set method documentation [Android Documentation]

Attaches a keyboard to this view. The keyboard can be switched at any time and the view will re-layout itself to accommodate the keyboard.

Requirements

Namespace: Android.InputMethodServices
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3