ASPxClientControlBase.SendMessageToAssistiveTechnology(message) Method
Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user.
#Declaration
SendMessageToAssistiveTechnology(
message: string
): void
#Parameters
Name | Type | Description |
---|---|---|
message | string | A String value that specifies a text. |
#Remarks
Use the SendMessageToAssistiveTechnology method to specify the text that will be passed to Assistive Technologies from a DevExpress web control to provide it to a user. To send this message from a web page element, using the ASPxClientUtils.SendMessageToAssistiveTechnology method is recommended.
Note
The Send
For more information, refer to the How To: Provide a Screen Reader with Information About Changes on a Page