View.FocusableAuto Feld

Definition

Achtung

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

Diese Ansicht bestimmt automatisch die Fokusfähigkeit.

[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

Feldwert

Value = 16
Attribute

Hinweise

Diese Ansicht bestimmt automatisch die Fokusfähigkeit. Dies ist die Standardoption.

Verwenden Sie mit #setFocusable(int) und <c>android:focusable</c>.

Java-Dokumentation für android.view.View.FOCUSABLE_AUTO.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: