FileUploaderAddGlyphButton Method |
Add a glyph button to the Bootstrap input-group-addon control.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public WebControl AddGlyphButton(
string id,
string glyph,
string tip
)
Public Function AddGlyphButton (
id As String,
glyph As String,
tip As String
) As WebControl
Parameters
- id
- Type: SystemString
The id of the control, may be null. - glyph
- Type: SystemString
The glyph. - tip
- Type: SystemString
The tooltip.
Return Value
Type:
WebControlThe newly created glyph button.
See Also