Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputComboBoxItem Class / RenderInputComboBoxItem Constructor / RenderInputComboBoxItem Constructor(String,Object)
A string to assign to the Text property.
Arbitrary value to assign to the UserData property.

In This Topic
    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 text As String, _
       ByVal userData As Object _
    )
    public RenderInputComboBoxItem( 
       string text,
       object userData
    )

    Parameters

    text
    A string to assign to the Text property.
    userData
    Arbitrary value to assign to the UserData property.
    See Also