共用方式為


UIView.UserInteractionEnabled 屬性

定義

判斷這個檢視是否處理輸入事件。

public virtual bool UserInteractionEnabled { [Foundation.Export("isUserInteractionEnabled")] get; [Foundation.Export("setUserInteractionEnabled:")] set; }
member this.UserInteractionEnabled : bool with get, set

屬性值

屬性

備註

這個屬性是用來控制輸入事件是否傳遞至檢視。 根據預設,所有檢視都會接收事件。

在動畫期間,除非傳遞 UIViewAnimationOptions ,否則 UIKit 會停用事件傳遞至您的檢視。AllowUserInteraction 旗標至動畫函式。

適用於