IInputConnection.PerformSpellCheck Method
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.
Have the editor perform spell checking for the full content.
[Android.Runtime.Register("performSpellCheck", "()Z", "GetPerformSpellCheckHandler:Android.Views.InputMethods.IInputConnection, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)]
public virtual bool PerformSpellCheck ();
[<Android.Runtime.Register("performSpellCheck", "()Z", "GetPerformSpellCheckHandler:Android.Views.InputMethods.IInputConnection, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)>]
abstract member PerformSpellCheck : unit -> bool
override this.PerformSpellCheck : unit -> bool
Returns
For editor authors, the return value will always be ignored. For IME authors, this method returns true if the spell check request was sent (whether or not the associated editor supports spell checking), false if the input connection is no longer valid.
- Attributes
Remarks
Have the editor perform spell checking for the full content.
The editor can ignore this method call if it does not support spell checking.
Java documentation for android.view.inputmethod.InputConnection.performSpellCheck()
.
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.