言語

View.FocusableAuto フィールド

定義

注意事項

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

このビューは、フォーカス可能性を自動的に決定します。

[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

フィールド値

Value = 16
属性

注釈

このビューは、フォーカス可能性を自動的に決定します。 これが既定値です。

#setFocusable(int)および <c>android:focusable</c> で使用します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象