 | GuiColorSelect Method (String, String, Boolean, String, String, Boolean, String, String) |
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static string ColorSelect(
string selectedFieldValue,
string fieldName,
bool colorSelectStart,
string label,
string formName,
bool required,
string cssClass,
string presets
)
Public Shared Function ColorSelect (
selectedFieldValue As String,
fieldName As String,
colorSelectStart As Boolean,
label As String,
formName As String,
required As Boolean,
cssClass As String,
presets As String
) As String
Parameters
- selectedFieldValue
- Type: SystemString
- fieldName
- Type: SystemString
- colorSelectStart
- Type: SystemBoolean
- label
- Type: SystemString
- formName
- Type: SystemString
- required
- Type: SystemBoolean
- cssClass
- Type: SystemString
- presets
- Type: SystemString
Return Value
Type:
String
See Also