UIResponder.CanBecomeFirstResponder Property

Definition

Determines whether this UIREsponder is willing to become the first responder.

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

Property Value

Attributes

Remarks

Developers that want to write UIResponders that are interested in receiving touch events or action messages must override this method and return true.

Applies to