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

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

Parameters

name
See Also