ComponentOne Input for WinForms
RemoveAll Method

C1.Win.C1Input.4 Assembly > 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 System.Predicate(Of Object) _
) As System.Integer
public System.int RemoveAll( 
   System.Predicate<object> match
)

Parameters

match
See Also

Reference

ComboBoxItemList Class
ComboBoxItemList Members