UIView.UserInteractionEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷這個檢視是否處理輸入事件。
public virtual bool UserInteractionEnabled { [Foundation.Export("isUserInteractionEnabled")] get; [Foundation.Export("setUserInteractionEnabled:")] set; }
member this.UserInteractionEnabled : bool with get, set
屬性值
- 屬性
備註
這個屬性是用來控制輸入事件是否傳遞至檢視。 根據預設,所有檢視都會接收事件。
在動畫期間,除非傳遞 UIViewAnimationOptions ,否則 UIKit 會停用事件傳遞至您的檢視。AllowUserInteraction 旗標至動畫函式。