MobileUIControl.AccessibilityLabel

From Xojo Documentation

Property (As String )
aMobileUIControl.AccessibilityLabel = newStringValue
or
StringValue = aMobileUIControl.AccessibilityLabel

New in 2020r2

Supported on Mobile.

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."