C1.WPF.PrintDocument.4.6.2 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 _
) 
 

Parameters

item
The item to remove.
See Also