UIResponder.CanResignFirstResponder 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 give up its first responder status.
public virtual bool CanResignFirstResponder { [Foundation.Export("canResignFirstResponder")] get; }
member this.CanResignFirstResponder : bool
Property Value
- Attributes
Remarks
Developers can override this method if they want to prevent their view from relinquishing their first responder status.