Click or drag to resize

ImageButtonCell Constructor

Fully specified constructor.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ImageButtonCell(
	string imageURL,
	string toolTip,
	string onClick
)

Parameters

imageURL
Type: SystemString
The image URL.
toolTip
Type: SystemString
The tooltip.
onClick
Type: SystemString
The onclick javascript.
See Also