Window.SetSoftInputMode(SoftInput)
Window.SetSoftInputMode(SoftInput)
Method
Definition
Specify an explicit soft input mode to use for the window, as per SoftInputMode.
[Android.Runtime.Register("setSoftInputMode", "(I)V", "GetSetSoftInputMode_IHandler", ApiSince=3)]
public virtual void SetSoftInputMode (Android.Views.SoftInput mode);
abstract member SetSoftInputMode : Android.Views.SoftInput -> unit
override this.SetSoftInputMode : Android.Views.SoftInput -> unit
Parameters
Remarks
Portions of this page are modifications based on work created and shared by the