| ComboboxItem Constructor (String, String) |
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public ComboboxItem(
string text,
string value
)
Public Sub New (
text As String,
value As String
)
Parameters
- text
- Type: SystemString
- value
- Type: SystemString
See Also