canBecomeFocused property
bool
get
canBecomeFocused
Indicates whether or not this item is currently allowed to become focused. Returning NO restricts the item from being focusable, even if it is visible in the user interface. For example, UIControls return NO if they are disabled.
Implementation
bool get canBecomeFocused {
objc.checkOsVersionInternal('UIView.canBecomeFocused', iOS: (false, (10, 0, 0)));
return _objc_msgSend_91o635(this.ref.pointer, _sel_canBecomeFocused);
}