RenderInputComboBoxItem Constructor(String,Object)
In This Topic
Initializes a new instance of the
RenderInputComboBoxItem class, assigning the
Text and
UserData properties.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Object _
)
public RenderInputComboBoxItem(
string ,
object
)
Parameters
- text
- A string to assign to the Text property.
- userData
- Arbitrary value to assign to the UserData property.
See Also