Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputComboBoxItemCollection Class / Remove Method
The item to remove.

In This Topic
    Remove Method (RenderInputComboBoxItemCollection)
    In This Topic
    Removes a RenderInputComboBoxItem from the current collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal item As RenderInputComboBoxItem _
    ) 
    public void Remove( 
       RenderInputComboBoxItem item
    )

    Parameters

    item
    The item to remove.
    See Also