Click or drag to resize

IBndLkupScreenReaderText 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
string ScreenReaderText { get; set; }

Property Value

Type: String
See Also