Click or drag to resize

EAPCtrlUtilsScreenReaderIgnore Method

Adds an empty alt tag to the control to indicate to screen readers that the control (typically an image) should be ignored. Screen readers are used by some visually impaired users.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void ScreenReaderIgnore(
	WebControl ctrl
)

Parameters

ctrl
Type: System.Web.UI.WebControlsWebControl
The control to modify.
See Also