ListPopupWindow.SoftInputMode 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 current value in #setSoftInputMode(int)
. -or- Sets the operating mode for the soft input area.
public virtual Android.Views.SoftInput SoftInputMode { [Android.Runtime.Register("getSoftInputMode", "()I", "GetGetSoftInputModeHandler")] get; [Android.Runtime.Register("setSoftInputMode", "(I)V", "GetSetSoftInputMode_IHandler")] set; }
[<get: Android.Runtime.Register("getSoftInputMode", "()I", "GetGetSoftInputModeHandler")>]
[<set: Android.Runtime.Register("setSoftInputMode", "(I)V", "GetSetSoftInputMode_IHandler")>]
member this.SoftInputMode : Android.Views.SoftInput with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns the current value in #setSoftInputMode(int)
.
Java documentation for android.widget.ListPopupWindow.getSoftInputMode()
.
Property setter documentation:
Sets the operating mode for the soft input area.
Java documentation for android.widget.ListPopupWindow.setSoftInputMode(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.