Edit

Share via


UIResponder.CanBecomeFirstResponder Property

Definition

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

C#
public virtual bool CanBecomeFirstResponder { [Foundation.Export("canBecomeFirstResponder")] get; }

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

Product Versions
Xamarin iOS SDK 12