Click or drag to resize

TogglerAltCloseText Property

Gets sets the text for use in the toggler's HTML ALT tag when the toggler is open and clicking on the toggler will cloes the content. Provided for improved accessibility by the visually impaired.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string AltCloseText { get; set; }

Property Value

Type: String

Implements

ITogglerAltCloseText
See Also