Android.Widget.ListPopupWindow.InputMethodMode Property
Return the current value in ListPopupWindow.InputMethodMode.

Syntax

[get: Android.Runtime.Register("getInputMethodMode", "()I", "GetGetInputMethodModeHandler")]
[set: Android.Runtime.Register("setInputMethodMode", "(I)V", "GetSetInputMethodMode_IHandler")]
public virtual ListPopupWindowInputMethodMode InputMethodMode { get; set; }

See Also

ListPopupWindow.InputMethodMode
ListPopupWindow.InputMethodMode
ListPopupWindow.Show

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the current value in ListPopupWindow.InputMethodMode.

Set method documentation [Android Documentation]

Control how the popup operates with an input method: one of ListPopupWindow.INPUT_METHOD_FROM_FOCUSABLE, ListPopupWindow.INPUT_METHOD_NEEDED, or ListPopupWindow.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 the ListPopupWindow.Show method.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11