Initializes a new instance of the RenderInputComboBoxItem class,
assigning the Text and UserData properties.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public RenderInputComboBoxItem( string text, Object userData ) |
Visual Basic |
---|
Public Sub New ( _ text As String, _ userData As Object _ ) |
Parameters
- text
- Type: System..::..String
A string to assign to the Text property.
- userData
- Type: System..::..Object
Arbitrary value to assign to the UserData property.