InputMethodManager.IsInputMethodSuppressingSpellChecker Property

Definition

Return true if the input method is suppressing system spell checker.

public bool IsInputMethodSuppressingSpellChecker { [Android.Runtime.Register("isInputMethodSuppressingSpellChecker", "()Z", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("isInputMethodSuppressingSpellChecker", "()Z", "", ApiSince=31)>]
member this.IsInputMethodSuppressingSpellChecker : bool

Property Value

Attributes

Remarks

Return true if the input method is suppressing system spell checker.

Java documentation for android.view.inputmethod.InputMethodManager.isInputMethodSuppressingSpellChecker().

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.

Applies to