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