Click or drag to resize

TagUtilsImageBtn Method

Generates a ImageButton object with the specified characteristics.

Namespace:  NetQuarry
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static ImageButton ImageBtn(
	string icon,
	string commandName,
	string tooltip,
	string altText,
	ImgFlags flags
)

Parameters

icon
Type: SystemString
The path to the icon to use.
commandName
Type: SystemString
The CommandName for the button.
tooltip
Type: SystemString
The tooltip for the button.
altText
Type: SystemString
The alternate text to use (important for screen readers).
flags
Type: NetQuarryImgFlags
Option flags regarding button generation.

Return Value

Type: ImageButton
The ImageButton configured as specified.
See Also