[]
        
(Showing Draft Content)

C1.Win.InputPanel.InputComponentCollection.Remove

Remove Method

Remove(InputComponent)

Removes the first occurrence of the specified InputComponent from the collection.

Declaration
public void Remove(InputComponent component)
Parameters
Type Name Description
InputComponent component

Remove(string)

Removes the first occurrence of the InputComponent with the specified name from the collection.

Declaration
public void Remove(string name)
Parameters
Type Name Description
string name