BndLkupBScreenReaderText Property |
Gets/sets text for the button that can be read by ScreenReaders, but is not visible in the browser.
Renders using the Bootstrap
sr-only class or as an
aria-label attribute.
See
https://danielnixon.org/bootstraps-bad-glyphicon-example/ for a discussion of using
image-based buttons with assistive technology.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string ScreenReaderText { get; set; }
Public Property ScreenReaderText As String
Get
Set
Property Value
Type:
StringImplements
IBndLkupScreenReaderTextSee Also