iOSControl.AccessibilityLabel

From Xojo Documentation

Property (As Text )
aiOSControl.AccessibilityLabel = newTextValue
or
TextValue = aiOSControl.AccessibilityLabel

Supported on Mobile (iOS).

The accessibility label of of a control is a short name that is read aloud when VoiceOver is enabled.

Sample Code

Me.AccessibilityLabel = "Calculate the value."