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