Langue

PopupWindow.SoftInputMode Propriété

Définition

Retourne la valeur actuelle dans #setSoftInputMode(int). -ou- Définit le mode d’exploitation de la zone d’entrée réversible.

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

Valeur de propriété

int : mode souhaité, consultez WindowManager.LayoutParams.softInputMode pour obtenir la liste complète. La valeur est 0 ou une combinaison des éléments suivants : WindowManager.LayoutParams.SOFT_INPUT_STATE_UNSPECIFIED WindowManager.LayoutParams.SOFT_INPUT_STATE_UNCHANGED WindowManager.LayoutParams.SOFT_INPUT_STATE_HIDDEN WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN WindowManager.LayoutParams.SOFT_INPUT_STATE_VISIBLE WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE WindowManager.LayoutParams.SOFT_INPUT_ADJUST_UNSPECIFIED WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN WindowManager.LayoutParams.SOFT_INPUT_ADJUST_NOTHING WindowManager.LayoutParams.SOFT_INPUT_IS_FORWARD_NAVIGATION

Attributs

Remarques

Documentation getter de propriété :

Retourne la valeur actuelle dans #setSoftInputMode(int).

Java documentation pour android.widget.PopupWindow.getSoftInputMode().

Documentation du jeu de propriétés :

Définit le mode d’exploitation de la zone d’entrée réversible.

Java documentation pour android.widget.PopupWindow.setSoftInputMode(int).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

Voir aussi