KeyboardView.PreviewEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the enabled state of the key feedback popup. -or- Enables or disables the key feedback popup.
public virtual bool PreviewEnabled { [Android.Runtime.Register("isPreviewEnabled", "()Z", "GetIsPreviewEnabledHandler")] get; [Android.Runtime.Register("setPreviewEnabled", "(Z)V", "GetSetPreviewEnabled_ZHandler")] set; }
[<get: Android.Runtime.Register("isPreviewEnabled", "()Z", "GetIsPreviewEnabledHandler")>]
[<set: Android.Runtime.Register("setPreviewEnabled", "(Z)V", "GetSetPreviewEnabled_ZHandler")>]
member this.PreviewEnabled : bool with get, set
Property Value
whether or not the key feedback popup is enabled
- Attributes
Remarks
Property getter documentation:
Returns the enabled state of the key feedback popup.
Java documentation for android.inputmethodservice.KeyboardView.isPreviewEnabled()
.
Property setter 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.
Java documentation for android.inputmethodservice.KeyboardView.setPreviewEnabled(boolean)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.