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
屬性

備註

此檢視不想要擊鍵。

搭配 #setFocusable(int) 和 < c > android:focusable < /c > 使用。

android.view.View.NOT_FOCUSABLE JAVA 檔。

此頁面的部分是根據所建立和共用的工作進行修改,並根據 2.5 屬性授權中所述的詞彙來使用。

適用於