C1ComboBoxItem Constructor(String,String)
In This Topic
Initializes a new instance of the
C1ComboBoxItem class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.String _
)
public C1ComboBoxItem(
System.string ,
System.string
)
Parameters
- text
- C1ComboBoxItem Text.
- value
- C1ComboBoxItem Value.
See Also