Partager via


InputMethodService.BackDisposition Property

Definition

Retrieves the current disposition mode that indicates the expected back button affordance.

public virtual Android.InputMethodServices.BackDisposition BackDisposition { [Android.Runtime.Register("getBackDisposition", "()I", "GetGetBackDispositionHandler")] get; [Android.Runtime.Register("setBackDisposition", "(I)V", "GetSetBackDisposition_IHandler")] set; }
[<get: Android.Runtime.Register("getBackDisposition", "()I", "GetGetBackDispositionHandler")>]
[<set: Android.Runtime.Register("setBackDisposition", "(I)V", "GetSetBackDisposition_IHandler")>]
member this.BackDisposition : Android.InputMethodServices.BackDisposition with get, set

Property Value

currently selected disposition mode

Attributes

Remarks

Retrieves the current disposition mode that indicates the expected back button affordance.

Java documentation for android.inputmethodservice.InputMethodService.getBackDisposition().

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.

Applies to