 | GuiRadioButton Method (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
)
Public Shared Function RadioButton (
selectedFieldValue As String,
fieldName As String,
fieldValue As String
) As String
Parameters
- selectedFieldValue
- Type: SystemString
- fieldName
- Type: SystemString
- fieldValue
- Type: SystemString
Return Value
Type:
String
See Also