allowKeyboardFocus
True if this label 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 UILabelA view class that represents a label control.