Click or drag to resize

RadioPicturesAddValue Method

Adds a value/image pair used to create picture buttons. These will be rendered into the control in the same order added.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void AddValue(
	string val,
	string imagePath
)

Parameters

val
Type: SystemString
The value associated with the button.
imagePath
Type: SystemString
The path to the image to use for the button.
See Also