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)
Syntaxpublic void AddValue(
string val,
string imagePath
)
Public Sub AddValue (
val As String,
imagePath As String
)
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