KeyboardView.ProximityCorrectionEnabled 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 true if proximity correction is enabled. -or- When enabled, calls to OnKeyboardActionListener#onKey
will include key
codes for adjacent keys.
public virtual bool ProximityCorrectionEnabled { [Android.Runtime.Register("isProximityCorrectionEnabled", "()Z", "GetIsProximityCorrectionEnabledHandler")] get; [Android.Runtime.Register("setProximityCorrectionEnabled", "(Z)V", "GetSetProximityCorrectionEnabled_ZHandler")] set; }
[<get: Android.Runtime.Register("isProximityCorrectionEnabled", "()Z", "GetIsProximityCorrectionEnabledHandler")>]
[<set: Android.Runtime.Register("setProximityCorrectionEnabled", "(Z)V", "GetSetProximityCorrectionEnabled_ZHandler")>]
member this.ProximityCorrectionEnabled : bool with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns true if proximity correction is enabled.
Java documentation for android.inputmethodservice.KeyboardView.isProximityCorrectionEnabled()
.
Property setter documentation:
When enabled, calls to OnKeyboardActionListener#onKey
will include key codes for adjacent keys. When disabled, only the primary key code will be reported.
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.