Język

SurfaceControlViewHost.LayoutParams.IsFocusable Property

Definition

Returns true if this View can receive key input focus.

public virtual bool IsFocusable { [Android.Runtime.Register("isFocusable", "()Z", "GetIsFocusableHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("isFocusable", "()Z", "GetIsFocusableHandler", ApiSince=37)>]
member this.IsFocusable : bool

Property Value

Returns true if this View can receive key input focus.

Attributes

Remarks

Returns true if this View can receive key input focus.

Android reference for android.view.SurfaceControlViewHost.LayoutParams.isFocusable.

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