UIResponder.CanBecomeFirstResponder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.