View.FocusableAuto Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.ViewFocusability enum directly instead of this field.

This view determines focusability automatically.

[Android.Runtime.Register("FOCUSABLE_AUTO", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ViewFocusability enum directly instead of this field.", true)]
public const Android.Views.ViewFocusability FocusableAuto = 16;
[<Android.Runtime.Register("FOCUSABLE_AUTO", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ViewFocusability enum directly instead of this field.", true)>]
val mutable FocusableAuto : Android.Views.ViewFocusability

Field Value

Value = 16
Attributes

Remarks

This view determines focusability automatically. This is the default.

Use with #setFocusable(int) and <c>android:focusable</c>.

Java documentation for android.view.View.FOCUSABLE_AUTO.

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