言語

ViewConfiguration.IsFocusNavigationEnabled(Int32, Int32, Int32) メソッド

定義

特定の入力デバイス構成とモーション軸によって生成されたモーションに対してフォーカス ナビゲーションが有効になっているかどうかを確認します。

[Android.Runtime.Register("isFocusNavigationEnabled", "(III)Z", "GetIsFocusNavigationEnabled_IIIHandler", ApiSince=37)]
public virtual bool IsFocusNavigationEnabled(int inputDeviceId, int axis, int source);
[<Android.Runtime.Register("isFocusNavigationEnabled", "(III)Z", "GetIsFocusNavigationEnabled_IIIHandler", ApiSince=37)>]
abstract member IsFocusNavigationEnabled : int * int * int -> bool
override this.IsFocusNavigationEnabled : int * int * int -> bool

パラメーター

inputDeviceId
Int32

モーションを生成した InputDevice の ID。

axis
Int32

モーションの軸を指定します。

source
Int32

モーションの入力ソース。

返品

true 特定の構成に対してフォーカス ナビゲーションが有効になっている場合は 。

属性

適用対象