Share via


GCEventViewController.ControllerUserInteractionEnabled Property

Definition

Gets or sets a value that controls whether events are delivered through the responder chain.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ControllerUserInteractionEnabled { [Foundation.Export("controllerUserInteractionEnabled")] get; [Foundation.Export("setControllerUserInteractionEnabled:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("controllerUserInteractionEnabled")>]
[<set: Foundation.Export("setControllerUserInteractionEnabled:")>]
member this.ControllerUserInteractionEnabled : bool with get, set

Property Value

A value that controls whether events are delivered through the responder chain.

Attributes

Applies to