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) android:focusable</c и <c>>.

Документация по Java для android.view.View.FOCUSABLE_AUTO.

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом Android и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License.

Применяется к