allowKeyboardFocus
True if this image may receive input focus using the keyboard (e.g. Tab key).
allowKeyboardFocus?: boolean
Notes
- This property isn’t observed, and can’t be changed after rendering.
- If this property is set to true, allowFocus is assumed to be true as well and no longer checked.
Related
- class UIImageA view class that represents an image control.