studio-web
latest
false
- Release notes
- Getting started
- For administrators
- RPA workflow projects
- Creating an RPA workflow from an idea
- Creating a project
- How to start an RPA workflow
- Managing project files and folders
- Connecting RPA workflows to your accounts
- Configuring activities
- Managing the activities in a project
- Passing values between activities
- Iterating through items
- Managing the data in a project
- Configuring a project to use your data
- Using file and folder resources
- App projects
- Agentic processes
- Agents
- Solutions - Preview
- API workflows - Preview
The Accessible label

Studio Web User Guide
Last updated Aug 7, 2025
Screen readers use the value of the Accessible label as an accessible descriptor.
The Accessible label is an expressionable VB property. You can bind it to other properties in your app. For example, if a Button control on the MainPage of your app uses the Accessible label, you can reference it using the following expression:
MainPage.Button.AccessibleLabel
.
Using the Accessible label
To add accessible descriptions using the Accessible labels in your app:
- Open your app.
- Select a Button or Custom HTML control. The Properties panel opens.
- Add accessible text to the Accessible label property.