In This Topic
Initializes a new instance of the
DropDownItem class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
Optional ByVal As System.String _
)
public DropDownItem(
System.string ,
System.string
)
Parameters
- value
- The value for this list item.
- text
- The text to display for this list item.
See Also