 | GuiRadioButton Method (String, String, String, String) |
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static string RadioButton(
string selectedFieldValue,
string fieldName,
string fieldValue,
string onClientClick
)
Public Shared Function RadioButton (
selectedFieldValue As String,
fieldName As String,
fieldValue As String,
onClientClick As String
) As String
Parameters
- selectedFieldValue
- Type: SystemString
- fieldName
- Type: SystemString
- fieldValue
- Type: SystemString
- onClientClick
- Type: SystemString
Return Value
Type:
String
See Also