iOSControl.AccessibilityHint
From Xojo Documentation
Revision as of 19:05, 17 August 2018 by PLefebvre (talk | contribs) (Created page with "{{PropertyBox | name=AccessibilityHint | owner=iOSControl | ownertype=class | scope=public | type=Text | project=Mobile | target=iOS }} {{Description | text = The acce...")
Property (As Text )
aiOSControl.AccessibilityHint = newTextValue
or
TextValue = aiOSControl.AccessibilityHint
Supported on Mobile (iOS).
or
TextValue = aiOSControl.AccessibilityHint
Supported on Mobile (iOS).
The accessibility hint is a longer description that is read aloud when VoiceOver is enabled.
Sample Code
Me.AccessibilityHint = "Click to calculate the value and display the next view."