Click or drag to resize

CustomListBoxItem Constructor (String, String, String)

Initializes a new instance of the CustomListBoxItem class

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public CustomListBoxItem(
	string value,
	string text,
	string icon
)

Parameters

value
Type: SystemString
text
Type: SystemString
icon
Type: SystemString
See Also