Click or drag to resize

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
)

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: WebControl
The newly created glyph button.
See Also