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
)
Public Sub New (
imageURL As String,
toolTip As String,
onClick As String
)
Parameters
- imageURL
- Type: SystemString
The image URL. - toolTip
- Type: SystemString
The tooltip. - onClick
- Type: SystemString
The onclick javascript.
See Also