Android.Widget.ListPopupWindowInputMethodMode Enumeration
Enumerates values returned by several types.

Syntax

public enum ListPopupWindowInputMethodMode

Remarks

Enumerates value returned by the following: .

Members

Member NameDescription
FromFocusableMode for ListPopupWindow.InputMethodMode: the requirements for the input method should be based on the focusability of the popup. That is if it is focusable than it needs to work with the input method, else it doesn't.
NeededMode for ListPopupWindow.InputMethodMode: this popup always needs to work with an input method, regardless of whether it is focusable. This means that it will always be displayed so that the user can also operate the input method while it is shown.
NotNeededMode for ListPopupWindow.InputMethodMode: this popup never needs to work with an input method, regardless of whether it is focusable. This means that it will always be displayed to use as much space on the screen as needed, regardless of whether this covers the input method.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0