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
)
Public Sub New (
icon As String,
Optional screenReaderText As String = Nothing
)
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