C1.Win.C1InputPanel.4.8 Assembly / C1.Win.C1InputPanel Namespace / InputComponentCollection Class / Remove Method / Remove(InputComponent) Method

In This Topic
Remove(InputComponent) Method
In This Topic
Removes the first occurrence of the specified InputComponent from the collection.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal component As InputComponent _
) 
 

Parameters

component
See Also