PopupWindow.SoftInputMode Eigenschaft

Definition

Gibt den aktuellen Wert in #setSoftInputMode(int). -oder- Legt den Betriebsmodus für den Softeingabebereich fest.

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

Eigenschaftswert

int: Der gewünschte Modus finden Sie unter WindowManager.LayoutParams.softInputMode für die vollständige Liste. Der Wert ist entweder 0 oder eine Kombination aus folgendem Wert: 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

Attribute

Hinweise

Dokumentation zum Property Getter:

Gibt den aktuellen Wert in #setSoftInputMode(int).

Java Dokumentation für android.widget.PopupWindow.getSoftInputMode().

Dokumentation zum Eigenschaftensatzer:

Legt den Betriebsmodus für den Softeingabebereich fest.

Java Dokumentation für android.widget.PopupWindow.setSoftInputMode(int).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

Weitere Informationen