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 die Fokusbarkeit automatisch.

[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 die Fokusbarkeit automatisch. Dies ist die Standardoption.

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

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

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: