AutoCompleteTextView.InputMethodMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the input method mode used by the auto complete dropdown. -or- Use this method to specify when the IME should be displayed.
public virtual Android.Widget.ListPopupWindowInputMethodMode InputMethodMode { [Android.Runtime.Register("getInputMethodMode", "()I", "GetGetInputMethodModeHandler", ApiSince=29)] get; [Android.Runtime.Register("setInputMethodMode", "(I)V", "GetSetInputMethodMode_IHandler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getInputMethodMode", "()I", "GetGetInputMethodModeHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setInputMethodMode", "(I)V", "GetSetInputMethodMode_IHandler", ApiSince=29)>]
member this.InputMethodMode : Android.Widget.ListPopupWindowInputMethodMode with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns the input method mode used by the auto complete dropdown.
Java documentation for android.widget.AutoCompleteTextView.getInputMethodMode()
.
Property setter documentation:
Use this method to specify when the IME should be displayed. This function can be used to prevent the dropdown from obscuring the IME.
Java documentation for android.widget.AutoCompleteTextView.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.