View.NotFocusable フィールド

定義

注意事項

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

このビューでは、キーストロークは必要ありません。

[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

フィールド値

Value = 0
属性

注釈

このビューでは、キーストロークは必要ありません。

と <c android:focusable</c> で#setFocusable(int)を使用>します。

android.view.View.NOT_FOCUSABLEJava ドキュメント。

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

適用対象