共用方式為


VisualElement.GetCanBecomeFirstResponder(BindableObject) 方法

定義

取得這個專案是否可以成為觸控事件的第一個回應者,而不是包含元素的頁面。

public:
 static bool GetCanBecomeFirstResponder(Microsoft::Maui::Controls::BindableObject ^ element);
public static bool GetCanBecomeFirstResponder (Microsoft.Maui.Controls.BindableObject element);
static member GetCanBecomeFirstResponder : Microsoft.Maui.Controls.BindableObject -> bool
Public Function GetCanBecomeFirstResponder (element As BindableObject) As Boolean

參數

element
BindableObject

要對其執行作業的平台特定項目。

傳回

true 當這個專案可以成為第一個回應者時。 否則為 false

適用於