IViewParent.RequestDisallowInterceptTouchEvent(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當子系不想讓這個父系及其上階攔截觸控事件時 ViewGroup#onInterceptTouchEvent(MotionEvent)
呼叫。
[Android.Runtime.Register("requestDisallowInterceptTouchEvent", "(Z)V", "GetRequestDisallowInterceptTouchEvent_ZHandler:Android.Views.IViewParentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void RequestDisallowInterceptTouchEvent (bool disallowIntercept);
[<Android.Runtime.Register("requestDisallowInterceptTouchEvent", "(Z)V", "GetRequestDisallowInterceptTouchEvent_ZHandler:Android.Views.IViewParentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member RequestDisallowInterceptTouchEvent : bool -> unit
參數
- disallowIntercept
- Boolean
如果子系不希望父系攔截觸控事件,則為 True。
- 屬性
備註
當子系不想讓這個父系及其上階攔截觸控事件時 ViewGroup#onInterceptTouchEvent(MotionEvent)
呼叫。
這個父系應該將此呼叫傳遞至其父系。 此父系必須在觸控期間遵守此要求(也就是說,在此父系收到向上或取消之後,才清除旗標。
的 android.view.ViewParent.requestDisallowInterceptTouchEvent(boolean)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。