Click or drag to resize

GlyphButton Constructor

Standard constructor. See ScreenReaderText for more information on the screenReaderText parameter.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public GlyphButton(
	string icon,
	string screenReaderText = null
)

Parameters

icon
Type: SystemString
The glyphicon to use.
screenReaderText (Optional)
Type: SystemString
Sets optional text that can be read by ScreenReaders, but is not visible in the browser.
See Also