Android.InputMethodServices.KeyboardView.PreviewEnabled Property
Returns the enabled state of the key feedback popup.

Syntax

[get: Android.Runtime.Register("isPreviewEnabled", "()Z", "GetIsPreviewEnabledHandler")]
[set: Android.Runtime.Register("setPreviewEnabled", "(Z)V", "GetSetPreviewEnabled_ZHandler")]
public virtual bool PreviewEnabled { get; set; }

See Also

KeyboardView.PreviewEnabled
KeyboardView.PreviewEnabled

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the enabled state of the key feedback popup.

Set method documentation [Android Documentation]

Enables or disables the key feedback popup. This is a popup that shows a magnified version of the depressed key. By default the preview is enabled.

Requirements

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