PopupWindow.InputMethodMode Property

Definition

Return the current value in #setInputMethodMode(int). -or- Control how the popup operates with an input method: one of #INPUT_METHOD_FROM_FOCUSABLE, #INPUT_METHOD_NEEDED, or #INPUT_METHOD_NOT_NEEDED.

public virtual Android.Widget.InputMethod InputMethodMode { [Android.Runtime.Register("getInputMethodMode", "()I", "GetGetInputMethodModeHandler")] get; [Android.Runtime.Register("setInputMethodMode", "(I)V", "GetSetInputMethodMode_IHandler")] set; }
[<get: Android.Runtime.Register("getInputMethodMode", "()I", "GetGetInputMethodModeHandler")>]
[<set: Android.Runtime.Register("setInputMethodMode", "(I)V", "GetSetInputMethodMode_IHandler")>]
member this.InputMethodMode : Android.Widget.InputMethod with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Return the current value in #setInputMethodMode(int).

Java documentation for android.widget.PopupWindow.getInputMethodMode().

Property setter documentation:

Control how the popup operates with an input method: one of #INPUT_METHOD_FROM_FOCUSABLE, #INPUT_METHOD_NEEDED, or #INPUT_METHOD_NOT_NEEDED.

If the popup is showing, calling this method will take effect only the next time the popup is shown or through a manual call to one of the #update() methods.

Java documentation for android.widget.PopupWindow.setInputMethodMode(int).

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

See also