 | GuiIntegerDropdown Method (String, String, Int32, Int32, Int32, String, Boolean, String, String, String, String, String, String) |
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static string IntegerDropdown(
string selectedField,
string name,
int startRange,
int endRange,
int stepValue,
string prepend,
bool formatAsMonthName = false,
string width = "55",
string defaultValue = "",
string defaultName = "",
string postfix = "",
string specialValue = "",
string specialName = ""
)
Public Shared Function IntegerDropdown (
selectedField As String,
name As String,
startRange As Integer,
endRange As Integer,
stepValue As Integer,
prepend As String,
Optional formatAsMonthName As Boolean = false,
Optional width As String = "55",
Optional defaultValue As String = "",
Optional defaultName As String = "",
Optional postfix As String = "",
Optional specialValue As String = "",
Optional specialName As String = ""
) As String
Parameters
- selectedField
- Type: SystemString
- name
- Type: SystemString
- startRange
- Type: SystemInt32
- endRange
- Type: SystemInt32
- stepValue
- Type: SystemInt32
- prepend
- Type: SystemString
- formatAsMonthName (Optional)
- Type: SystemBoolean
- width (Optional)
- Type: SystemString
- defaultValue (Optional)
- Type: SystemString
- defaultName (Optional)
- Type: SystemString
- postfix (Optional)
- Type: SystemString
- specialValue (Optional)
- Type: SystemString
- specialName (Optional)
- Type: SystemString
Return Value
Type:
String
See Also