UIApplication.IsIgnoringInteractionEvents Property

Definition

Whether the receiver is ignoring touch events.

public virtual bool IsIgnoringInteractionEvents { [Foundation.Export("isIgnoringInteractionEvents")] get; }
member this.IsIgnoringInteractionEvents : bool

Property Value

true if there have been more calls to BeginIgnoringInteractionEvents() than calls to EndIgnoringInteractionEvents().

Attributes

Applies to

See also