Android.Content.PM.ActivityInfo.SoftInputMode Property
The desired soft input mode for this activity's main window.

Syntax

[Android.Runtime.Register("softInputMode")]
public Android.Views.SoftInput SoftInputMode { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The desired soft input mode for this activity's main window. Set from the NoType:android/R$attr;Href=../../../../reference/android/R.attr.html#windowSoftInputMode attribute in the activity's manifest. May be any of the same values allowed for Android.Views.WindowManagerLayoutParams.SoftInputMode. If 0 (unspecified), the mode from the theme will be used.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3