View.KeyDispatcherState Property

Definition

Return the global KeyEvent.DispatcherState KeyEvent.DispatcherState for this view's window.

public virtual Android.Views.KeyEvent.DispatcherState? KeyDispatcherState { [Android.Runtime.Register("getKeyDispatcherState", "()Landroid/view/KeyEvent$DispatcherState;", "GetGetKeyDispatcherStateHandler")] get; }
[<get: Android.Runtime.Register("getKeyDispatcherState", "()Landroid/view/KeyEvent$DispatcherState;", "GetGetKeyDispatcherStateHandler")>]
member this.KeyDispatcherState : Android.Views.KeyEvent.DispatcherState

Property Value

Attributes

Remarks

Java documentation for android.view.View.getKeyDispatcherState().

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