View.NotFocusable Feld

Definition

Achtung

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

Diese Ansicht möchte keine Tastenanschläge.

[Android.Runtime.Register("NOT_FOCUSABLE", 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 NotFocusable = 0;
[<Android.Runtime.Register("NOT_FOCUSABLE", 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 NotFocusable : Android.Views.ViewFocusability

Feldwert

Value = 0
Attribute

Hinweise

Diese Ansicht möchte keine Tastenanschläge.

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

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

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: