TextView.IsInputMethodTarget Property

Definition

Returns whether this text view is a current input method target.

public virtual bool IsInputMethodTarget { [Android.Runtime.Register("isInputMethodTarget", "()Z", "GetIsInputMethodTargetHandler")] get; }
[<get: Android.Runtime.Register("isInputMethodTarget", "()Z", "GetIsInputMethodTargetHandler")>]
member this.IsInputMethodTarget : bool

Property Value

True if the TextView is a current input method target; false otherwise.

Attributes

Remarks

Returns whether this text view is a current input method target. The default implementation just checks with InputMethodManager.

Java documentation for android.widget.TextView.isInputMethodTarget().

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