InputMethodService.IsInputViewShown Property

Definition

Return whether the soft input view is <em>currently</em> shown to the user.

public virtual bool IsInputViewShown { [Android.Runtime.Register("isInputViewShown", "()Z", "GetIsInputViewShownHandler")] get; }
[<get: Android.Runtime.Register("isInputViewShown", "()Z", "GetIsInputViewShownHandler")>]
member this.IsInputViewShown : bool

Property Value

Boolean
Attributes

Remarks

Java documentation for android.inputmethodservice.InputMethodService.isInputViewShown().

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