 | GuiColorSelect Method (String, String, Boolean, String, Boolean, String, String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax[ObsoleteAttribute]
public static string ColorSelect(
string selectedFieldValue,
string fieldName,
bool colorSelectStart,
string formName,
bool required,
string cssClass,
string presets
)
<ObsoleteAttribute>
Public Shared Function ColorSelect (
selectedFieldValue As String,
fieldName As String,
colorSelectStart As Boolean,
formName As String,
required As Boolean,
cssClass As String,
presets As String
) As String
Parameters
- selectedFieldValue
- Type: SystemString
- fieldName
- Type: SystemString
- colorSelectStart
- Type: SystemBoolean
- formName
- Type: SystemString
- required
- Type: SystemBoolean
- cssClass
- Type: SystemString
- presets
- Type: SystemString
Return Value
Type:
String
See Also