ComponentOne MultiSelect for WinForms
RemoveAll Method

C1.Win.C1Input Namespace > ComboBoxItemList Class : RemoveAll Method
Removes all the items that match the conditions defined by the specified predicate.
Syntax
'Declaration
 
Public Function RemoveAll( _
   ByVal match As Predicate(Of Object) _
) As Integer
public int RemoveAll( 
   Predicate<object> match
)

Parameters

match
See Also

Reference

ComboBoxItemList Class
ComboBoxItemList Members