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